Revert the version bump (#107)

* Revert "Prepare next development version."

This reverts commit 4397b4390d.

* Revert "Prepare for release 4.0.0-alpha04"

This reverts commit 671bfeaf26.
This commit is contained in:
David Chang 2020-02-15 14:04:11 -08:00 committed by GitHub
parent 4397b4390d
commit a44de986ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

View file

@ -3,11 +3,6 @@ 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.0.0-alpha04 *(2020-02-15)*
----------------------------
* Start tracking API binary compatibility (#97)
* Bug fixes (#101)
Version 4.0.0-alpha03 *(2020-02-13)*
----------------------------

View file

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