Skip to content

Commit

Permalink
Prepare for release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dzieniak committed Nov 9, 2019
1 parent bbadae9 commit 9a5a8c5
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-prefs:1.4.5"
kapt "co.windly:ktx-prefs-compiler:1.4.5"
implementation "co.windly:ktx-prefs:1.5.0"
kapt "co.windly:ktx-prefs-compiler:1.5.0"
}
```

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.4.6-SNAPSHOT
VERSION_NAME=1.5.0
GROUP=co.windly
POM_DESCRIPTION=Maintenance
POM_URL=https://github.com/tommus/ktx-prefs
Expand Down

0 comments on commit 9a5a8c5

Please sign in to comment.