Skip to content

Commit

Permalink
Prepare for release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Dzieniak committed Nov 12, 2019
1 parent 910700a commit 86d9bb9
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.0 *(2019-11-12)*

* Add `mode` property to `AccountScheme`.

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

* Correct constant package names in scheme;
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.0.1"
kapt "co.windly:ktx-account-compiler:1.0.1"
implementation "co.windly:ktx-account:1.1.0"
kapt "co.windly:ktx-account-compiler:1.1.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.0.2-SNAPSHOT
VERSION_NAME=1.1.0
GROUP=co.windly
POM_DESCRIPTION=Maintenance
POM_URL=https://github.com/tommus/ktx-account
Expand Down

0 comments on commit 86d9bb9

Please sign in to comment.