Skip to content

Commit

Permalink
Prepare for release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dzieniak committed Nov 12, 2019
1 parent d10d47b commit c05efad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Change Log

### Kotlin AndroidX Account 1.0.1 *(2019-11-12)*

* Correct constant package names in scheme;
* Refactor schema code to remove duplications.

### Kotlin AndroidX Account 1.0.0 *(2019-11-12)*

* Stable library release.
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.0.0"
kapt "co.windly:ktx-account-compiler:1.0.0"
implementation "co.windly:ktx-account:1.0.1"
kapt "co.windly:ktx-account-compiler:1.0.1"
}
```

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

0 comments on commit c05efad

Please sign in to comment.