Skip to content

Commit 6ae0f6d

Browse files
committed
3.0.1 release
1 parent f89d173 commit 6ae0f6d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 3.0.1 (TBD)
7+
## [3.0.1](https://github.com/ngageoint/geopackage-android-map/releases/tag/3.0.1) (07-13-2018)
88

99
* geopackage-android version 3.0.1
1010
* gradle plugin updated to 3.1.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ geoPackage.close();
154154

155155
### Installation ###
156156

157-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|3.0.0|aar) (AAR, POM, Source, Javadoc)
157+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|3.0.1|aar) (AAR, POM, Source, Javadoc)
158158

159-
compile "mil.nga.geopackage.map:geopackage-android-map:3.0.0"
159+
compile "mil.nga.geopackage.map:geopackage-android-map:3.0.1"
160160

161161
### Build ###
162162

@@ -175,7 +175,7 @@ Include as repositories in your project build.gradle:
175175

176176
Include the dependency in your module build.gradle with desired version number:
177177

178-
compile "mil.nga.geopackage.map:geopackage-android-map:3.0.0"
178+
compile "mil.nga.geopackage.map:geopackage-android-map:3.0.1"
179179

180180
As part of the build process, run the "uploadArchives" task on the geopackage-android Gradle script to update the Maven local repository.
181181

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
1818
<a href="http://ngageoint.github.io/geopackage-android-map/docs/api/" class="btn">API</a>
1919
<a href="https://github.com/ngageoint/geopackage-android-map/zipball/master" class="btn">.zip</a>
2020
<a href="https://github.com/ngageoint/geopackage-android-map/tarball/master" class="btn">.tar.gz</a>
21-
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|3.0.0|aar" class="btn">The Central Repository</a>
21+
<a href="http://search.maven.org/#artifactdetails|mil.nga.geopackage.map|geopackage-android-map|3.0.1|aar" class="btn">The Central Repository</a>
2222
</section>
2323

2424
<section class="main-content">

0 commit comments

Comments
 (0)