Skip to content

Commit 68cb801

Browse files
committed
3.0.6
1 parent 4c51e46 commit 68cb801

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ You can now choose to display and enter coordinates in Latitude Longitude, MGRS,
1717
##### Bug Fixes
1818
* A few lingering dark mode color bugs were tracked down
1919

20+
## 3.0.6
21+
22+
##### Bug Fixes
23+
* Bug fix for editing geometries not in DMS mode
24+
2025
## 3.0.5
2126

2227
##### Bug Fixes

MAGE.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@
36963696
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
36973697
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
36983698
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
3699-
MARKETING_VERSION = 3.0.5;
3699+
MARKETING_VERSION = 3.0.6;
37003700
OTHER_LDFLAGS = "$(inherited)";
37013701
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
37023702
PRODUCT_NAME = MAGE;
@@ -3730,7 +3730,7 @@
37303730
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
37313731
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
37323732
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
3733-
MARKETING_VERSION = 3.0.5;
3733+
MARKETING_VERSION = 3.0.6;
37343734
OTHER_LDFLAGS = "$(inherited)";
37353735
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
37363736
PRODUCT_NAME = MAGE;

0 commit comments

Comments
 (0)