Skip to content

Commit

Permalink
Prepare for release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skoric committed Nov 19, 2017
1 parent 3e3835b commit 2f089aa
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 @@ -25,7 +25,7 @@ repositories {
And latest version to your dependencies:

```gradle
compile 'com.pspdfkit-labs:vangogh:0.1.0'
compile 'com.pspdfkit-labs:vangogh:0.1.1'
```

Snapshots of the development version are available in [Sonatype's snapshots repository](https://oss.sonatype.org/content/repositories/snapshots/).
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ org.gradle.jvmargs=-Xmx1536m
# org.gradle.parallel=true

GROUP=com.pspdfkit-labs
VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1

POM_DESCRIPTION=Android view animations powered by RxJava2.
POM_URL=https://github.com/PSPDFKit-labs/VanGogh
Expand Down

0 comments on commit 2f089aa

Please sign in to comment.