diff --git a/Directory.Build.props b/Directory.Build.props
index ad3cd86..d12448f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -13,7 +13,7 @@
LICENSE
true
icon.png
- 0.3.0
+ 0.4.0
10.0
strict
diff --git a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
index ed74822..db629c3 100644
--- a/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
+++ b/OpenEphys.Onix1/TS4231V1PositionDataFrame.cs
@@ -39,8 +39,8 @@ public TS4231V1PositionDataFrame(ulong clock, ulong hubClock, int sensorIndex, V
public int SensorIndex { get; }
///
- /// Gets rhe 3D position of the photodiode connected to the TS4231[] sensor with units determined by
- /// and .
+ /// Gets the 3D position of the photodiode connected to the TS4231 receiver with index
+ /// in units determined by and .
///
public Vector3 Position { get; }
}