Skip to content

Commit

Permalink
Version bump - 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Jul 9, 2021
1 parent 9b814fe commit 0afb4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ An [RevenueCat API](https://docs.revenuecat.com/reference) wrapper.
## Installation
```groovy
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
compile 'com.github.stevesoltys:revenuecat:0.1.0'
compile 'com.github.stevesoltys:revenuecat:0.1.1'
}
```

Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ plugins {
}

group "com.stevesoltys.revenuecat"
version "0.1.0"
version "0.1.1"

repositories {
mavenCentral()
jcenter()
}

dependencies {
Expand Down

0 comments on commit 0afb4b4

Please sign in to comment.