Skip to content

Commit 5c64587

Browse files
committed
Prepare for release 1.11.0.
1 parent 1ccd65a commit 5c64587

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 1.11.0
4+
5+
_2020-07-23_
6+
7+
* Move all AndroidX dependencies to the latest stable version.
8+
39
## Version 1.10.0
410

511
_2020-07-17_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
2222
Latest stable version:
2323

2424
```groovy
25-
def blueprint_version = "1.10.0"
25+
def blueprint_version = "1.11.0"
2626
```
2727

2828
If you use **Kotlin Coroutines and Flow**:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=io.github.reactivecircus.blueprint
2-
VERSION_NAME=1.11.0-SNAPSHOT
2+
VERSION_NAME=1.11.0
33

44
POM_URL=https://github.com/reactivecircus/blueprint
55
POM_SCM_URL=https://github.com/reactivecircus/blueprint

0 commit comments

Comments
 (0)