Skip to content

Commit

Permalink
Prepare for release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dzieniak committed Dec 4, 2019
1 parent 0c366da commit 83a22af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Add dependencies to the *Kotlin-based* project:

```groovy
dependencies {
implementation "co.windly:ktx-account:1.1.1"
kapt "co.windly:ktx-account-compiler:1.1.1"
implementation "co.windly:ktx-account:1.1.2"
kapt "co.windly:ktx-account-compiler:1.1.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#region Maven Central
VERSION_NAME=1.1.2-SNAPSHOT
VERSION_NAME=1.1.2
GROUP=co.windly
POM_DESCRIPTION=Maintenance
POM_URL=https://github.com/tommus/ktx-account
Expand Down

0 comments on commit 83a22af

Please sign in to comment.