Skip to content

Commit e10e273

Browse files
author
Joe Clark
committed
update version number and release notes
1 parent 4ae47d2 commit e10e273

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

mapcache/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
resValue "string", "applicationId", applicationId
2020
minSdkVersion 21
2121
targetSdkVersion 28
22-
versionCode 29
23-
versionName '2.0.3'
22+
versionCode 30
23+
versionName '2.0.4'
2424
multiDexEnabled true
2525
}
2626
buildTypes {

mapcache/src/main/res/values/strings.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<resources>
33

44
<string name="app_name">MapCache</string>
5-
<string name="app_version">Version 2.0.3</string>
5+
<string name="app_version">Version 2.0.4</string>
66
<string name="app_release_date">Released Oct 2019</string>
77
<string name="app_label_name">MapCache</string>
88
<string name="title_map">Map</string>
@@ -349,6 +349,10 @@
349349
<string name="geopackage_android_url">&lt;a href=http://ngageoint.github.io/geopackage-android>GeoPackage Android on Github&lt;/a></string>
350350
<string name="ogc_url">&lt;a href=http://www.geopackage.org/#implementations_nga>OGC GeoPackage&lt;/a></string>
351351
<string name="release_notes">
352+
Release Notes - 2.0.4\n \t
353+
- New tile layer redesign\n\t
354+
- Enable higher zoom levels\n\t
355+
\n
352356
Release Notes - 2.0.3\n \t
353357
- New draw feature for creating layers\n\t
354358
- Filter file types for import\n\t

0 commit comments

Comments
 (0)