Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Bump up library version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juankysoriano committed Feb 3, 2016
1 parent 3ba10cd commit b8511df
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 @@ -31,7 +31,7 @@ repositories {
}
dependencies {
compile 'com.novoda:simple-chrome-custom-tabs:0.1.1'
compile 'com.novoda:simple-chrome-custom-tabs:0.1.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ publish {
userOrg = 'novoda'
groupId = 'com.novoda'
artifactId = 'simple-chrome-custom-tabs'
publishVersion = '0.1.1'
publishVersion = '0.1.2'
description = 'Provides easy integration of Chrome Custom Tabs into your project.'
website = 'https://github.com/novoda/simplechromecustomtabs'
}
Expand Down

0 comments on commit b8511df

Please sign in to comment.