Skip to content

Commit

Permalink
* [release] v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Apr 6, 2017
1 parent c2db42b commit 154dee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ isometricView.add(new Path(new Point[]{
# Include in your project
## Using JCenter
```groovy
compile 'io.fabianterhorst:Isometric:0.0.5'
compile 'io.fabianterhorst:Isometric:0.0.6'
```

### Available Shapes
Expand Down
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
versionCode 5
versionName "0.0.5"
versionCode 6
versionName "0.0.6"
testInstrumentationRunner 'io.fabianterhorst.isometric.screenshot.IsometricTestRunner'
}
buildTypes {
Expand All @@ -37,7 +37,7 @@ android {
def siteUrl = 'https://github.com/FabianTerhorst/Isometric'
def gitUrl = 'https://github.com/FabianTerhorst/Isometric.git'

version = "0.0.5"
version = "0.0.6"
group = "io.fabianterhorst"

install {
Expand Down

0 comments on commit 154dee6

Please sign in to comment.