File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33Adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55---
6- ## 6.1.1 (TBD)
6+ ## 6.1.2 (TBD)
77
88* TBD
99
@@ -18,6 +18,13 @@ Adheres to [Semantic Versioning](http://semver.org/).
1818* Use map type from user preferences in observation location edit activity.
1919* Fix brand icon color on older devices.
2020
21+ ## [ 6.1.1] ( https://github.com/ngageoint/mage-android/releases/tag/6.1.1 ) (05-24-2018)
22+
23+ ##### Features
24+
25+ ##### Bug Fixes
26+ * Show change event in nav drawer if user has more than one event.
27+
2128## [ 6.1.0] ( https://github.com/ngageoint/mage-android/releases/tag/6.1.0 ) (04-16-2018)
2229
2330##### Features
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ apply plugin: 'maven-publish'
99
1010group ' mil.nga.giat.mage'
1111archivesBaseName = ' mage-android'
12- version ' 6.1.1 '
12+ version ' 6.1.2 '
1313ext {
14- versionCode = 54
14+ versionCode = 55
1515 sourceRefspec = Grgit . open(). head(). id
1616}
1717
You can’t perform that action at this time.
0 commit comments