Revert the version bump (#107)
* Revert "Prepare next development version." This reverts commit4397b4390d
. * Revert "Prepare for release 4.0.0-alpha04" This reverts commit671bfeaf26
.
This commit is contained in:
parent
4397b4390d
commit
a44de986ac
2 changed files with 1 additions and 6 deletions
|
@ -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)*
|
||||
----------------------------
|
||||
|
||||
|
|
|
@ -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`:
|
||||
|
|
Loading…
Reference in a new issue