Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guchito9 committed Nov 26, 2019
1 parent 560cd5a commit b65f546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## VERSION 1.0.2
_26_11_2019_
* Fixed header verification.

## VERSION 1.0.1
_25_11_2019_
* Fixed redirect urls.
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
object Versions {

const val versionToDeploy = "1.0.1"
const val versionToDeploy = "1.0.2"

const val compileSdkVersion = 28
const val minSdkVersion = 19
Expand Down

0 comments on commit b65f546

Please sign in to comment.