Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
guchito9 committed May 14, 2020
1 parent ef8683a commit b1b1ebd
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.5
_14_05_2020_
* Fix strict mode violation error

## VERSION 1.0.4
_13_04_2020_
* Add support for Picasso 2.7+
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.4"
const val versionToDeploy = "1.0.5"

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

0 comments on commit b1b1ebd

Please sign in to comment.