Skip to content

Commit

Permalink
3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbarela committed Feb 26, 2022
1 parent 4c51e46 commit 68cb801
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ You can now choose to display and enter coordinates in Latitude Longitude, MGRS,
##### Bug Fixes
* A few lingering dark mode color bugs were tracked down

## 3.0.6

##### Bug Fixes
* Bug fix for editing geometries not in DMS mode

## 3.0.5

##### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions MAGE.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
PRODUCT_NAME = MAGE;
Expand Down Expand Up @@ -3730,7 +3730,7 @@
GCC_PREFIX_HEADER = "Mage/MAGE-Prefix.pch";
INFOPLIST_FILE = "Mage/MAGE-Info.plist";
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
MARKETING_VERSION = 3.0.5;
MARKETING_VERSION = 3.0.6;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = mil.nga.mage;
PRODUCT_NAME = MAGE;
Expand Down

0 comments on commit 68cb801

Please sign in to comment.