Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Jan 14, 2017
1 parent 1811bce commit bc16600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run end to end tests
Run
---
```bash
java -jar mbtilesserver-0.2.0.jar --file=countries.mbtiles --readOnly=true
java -jar mbtilesserver-0.3.0.jar --file=countries.mbtiles --readOnly=true
```

or if you are building the project:
Expand All @@ -38,7 +38,7 @@ or if you are building the project:
or

```bash
java -jar build/libs/mbtilesserver-0.2.0.jar --file=countries.mbtiles --readOnly=true
java -jar build/libs/mbtilesserver-0.3.0.jar --file=countries.mbtiles --readOnly=true
```

and browse to http://localhost:8080:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'org.springframework.boot'

jar {
baseName = 'mbtilesserver'
version = '0.3-SNAPSHOT'
version = '0.3.0'
}

sourceSets {
Expand Down

0 comments on commit bc16600

Please sign in to comment.