Skip to content

Commit

Permalink
[Release] 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosLeung committed Apr 10, 2017
1 parent 1f1c4c1 commit 6577c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}
dependencies {
compile 'com.chaos.view:pinview:1.0.0'
compile 'com.chaos.view:pinview:1.0.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pinview/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def issueUrl = 'https://github.com/ChaosLeong/PinView/issues'
def gitUrl = '[email protected]:ChaosLeong/PinView.git'

group = "com.chaos.view"
version = "1.0.0"
version = "1.0.1"

install {
repositories.mavenInstaller {
Expand Down

0 comments on commit 6577c02

Please sign in to comment.