diff --git a/GCDAddIn/Config.esriaddinx b/GCDAddIn/Config.esriaddinx
index 9c120e58..c7665b4d 100644
--- a/GCDAddIn/Config.esriaddinx
+++ b/GCDAddIn/Config.esriaddinx
@@ -2,11 +2,11 @@
Geomorphic Change Detection (GCD) 7
{f8ca7dea-22fb-40a3-8412-b84a4b528602}
Geomorphic Change Detection (GCD) Software
- 7.4.2
+ 7.4.3
Images\GCDAddIn.png
Philip Bailey
North Arrow Research
- 08/14/2019
+ 09/05/2019
diff --git a/GCDAddIn/Config1.Designer.cs b/GCDAddIn/Config1.Designer.cs
index 7548e0d3..5b19339a 100644
Binary files a/GCDAddIn/Config1.Designer.cs and b/GCDAddIn/Config1.Designer.cs differ
diff --git a/GCDAddIn/Properties/AssemblyInfo.cs b/GCDAddIn/Properties/AssemblyInfo.cs
index 8e276c15..14be6967 100644
--- a/GCDAddIn/Properties/AssemblyInfo.cs
+++ b/GCDAddIn/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.4.2.0")]
-[assembly: AssemblyFileVersion("7.4.2.0")]
+[assembly: AssemblyVersion("7.4.3.0")]
+[assembly: AssemblyFileVersion("7.4.3.0")]
diff --git a/GCDCore/Properties/AssemblyInfo.cs b/GCDCore/Properties/AssemblyInfo.cs
index 16c3249d..7ffee52b 100644
--- a/GCDCore/Properties/AssemblyInfo.cs
+++ b/GCDCore/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.4.2.0")]
-[assembly: AssemblyFileVersion("7.4.2.0")]
+[assembly: AssemblyVersion("7.4.3.0")]
+[assembly: AssemblyFileVersion("7.4.3.0")]
diff --git a/GCDStandalone/GCDStandalone.csproj b/GCDStandalone/GCDStandalone.csproj
index 86727823..72127baf 100644
--- a/GCDStandalone/GCDStandalone.csproj
+++ b/GCDStandalone/GCDStandalone.csproj
@@ -29,7 +29,7 @@
GCD Stand Alone
North Arrow Research Ltd.
Geomorphic Change Detection Software
- 33
+ 34
1.0.0.%2a
false
true
diff --git a/GCDStandalone/Properties/AssemblyInfo.cs b/GCDStandalone/Properties/AssemblyInfo.cs
index 404420d9..3af5382a 100644
--- a/GCDStandalone/Properties/AssemblyInfo.cs
+++ b/GCDStandalone/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("7.4.2.0")]
-[assembly: AssemblyFileVersion("7.4.2.0")]
+[assembly: AssemblyVersion("7.4.3.0")]
+[assembly: AssemblyFileVersion("7.4.3.0")]
diff --git a/docs/Download/release_notes.md b/docs/Download/release_notes.md
index b16de50e..749b7322 100644
--- a/docs/Download/release_notes.md
+++ b/docs/Download/release_notes.md
@@ -7,6 +7,10 @@ weight: 4
See the [commit history](https://github.com/Riverscapes/gcd/commits) in GitHub for fuller documentation of changes. Alternatively you can view the commits organized by each product [release](https://github.com/Riverscapes/gcd/releases). The release notes for [prior versions](#prior-versions) are linked at the bottom of this page.
+## 7.4.3 - 5 Sep 2019
+
+* Fixing issue when GCD project are mixed ([#358](https://github.com/Riverscapes/gcd/issues/358)). i.e. the horizontal and vertical units are in feet but the area and volume units are in square yards and cubic yards. Note that although this wasn't explicitly a metric/imperial problem, this issue was not a problem for most users whose projects were entirely based in metres (linear, squared and cubed). It is recommended that users with projects using mixed units and that that were created with GCD version 7.4.2 and earlier should delete all DoDs and budget segregations and recreate them using version 7.4.3 or newer).
+
## 7.4.2 - 14 Aug 2019
* Fixed issue for projects that use non-metric units whereby DoD and budget segregation volumes were changed to be incorrect with subsequent changes to the GCD project ([#355](https://github.com/Riverscapes/gcd/issues/355)). This issue only affected projects using non-metric units. Projects that used metric units were unaffected. It is recommended that users with projects using non-metric units and that that were created with GCD version 7.4.1 and earlier should delete all DoDs and budget segregations and recreate them using version 7.4.2 or newer).