Skip to content

Commit eae09c8

Browse files
committed
Prepare for 6.1.2
1 parent fa6c626 commit eae09c8

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
Adheres 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

mage/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ apply plugin: 'maven-publish'
99

1010
group 'mil.nga.giat.mage'
1111
archivesBaseName = 'mage-android'
12-
version '6.1.1'
12+
version '6.1.2'
1313
ext {
14-
versionCode = 54
14+
versionCode = 55
1515
sourceRefspec = Grgit.open().head().id
1616
}
1717

0 commit comments

Comments
 (0)