Skip to content

Commit

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

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

* Make `removeAccount()` method dependant on scheme mode.

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

* Add `mode` property to `AccountScheme`.
Expand Down
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.0"
kapt "co.windly:ktx-account-compiler:1.1.0"
implementation "co.windly:ktx-account:1.1.1"
kapt "co.windly:ktx-account-compiler:1.1.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.1.1-SNAPSHOT
VERSION_NAME=1.1.1
GROUP=co.windly
POM_DESCRIPTION=Maintenance
POM_URL=https://github.com/tommus/ktx-account
Expand Down

0 comments on commit 68a79ad

Please sign in to comment.