Prepare for release 4.0.1

This commit is contained in:
David Chang 2021-05-06 10:06:13 -07:00
parent 35fd9af24f
commit 80cccd2963
3 changed files with 8 additions and 3 deletions

View file

@ -3,9 +3,14 @@ Change Log
The change log for Store version 1.x can be found [here](https://github.com/NYTimes/Store/blob/develop/CHANGELOG.md).
Version 4.1.0 *(2021-05-06)*
----------------------------
* Fixes issues when upgrading to kotlin 1.5 (Deprecated duration api)
* Add piggyback to all stores
Version 4.0.0 *(2020-11-30)*
----------------------------
update coroutines to 1.4.0, kotlin to 1.4.10 [#242](https://github.com/dropbox/Store/pull/242)
* update coroutines to 1.4.0, kotlin to 1.4.10 [#242](https://github.com/dropbox/Store/pull/242)
Version 4.0.0-beta *(2020-09-21)*

View file

@ -29,7 +29,7 @@ Artifacts are hosted on **Maven Central**.
###### Latest version:
```groovy
def store_version = "4.0.0"
def store_version = "4.0.1"
```
###### Add the dependency to your `build.gradle`:

View file

@ -52,7 +52,7 @@ allprojects {
ext {
// POM file
GROUP = "com.dropbox.mobile.store"
VERSION_NAME = "4.0.1-SNAPSHOT"
VERSION_NAME = "4.1.0"
POM_PACKAGING = "pom"
POM_DESCRIPTION = "Store4 is built with Kotlin Coroutines"