Skip to content

Commit

Permalink
Prepare 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgomezrico committed Oct 11, 2017
1 parent c52b041 commit f492223
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# v 0.6.4
- Add proguard setup.
- Update kotlin to 1.1.51.

# v 0.6.3
- Fix MemoryLeak caused by stetho [pr/48](https://github.com/BaristaVentures/debug-artist/pull/48)
- Update kotlin 1.1.1-5.
Expand Down
2 changes: 1 addition & 1 deletion deps.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
targetSdk : 25]

versions = [supportLibrary: "25.3.1",
kotlin : "1.1.2-5",
kotlin : "1.1.51",
retrofit : "2.3.0",
okHttp : "3.8.1",
rxJava : "1.3.0"]
Expand Down
4 changes: 2 additions & 2 deletions lib/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.6.3
VERSION_CODE=29
VERSION_NAME=0.6.4
VERSION_CODE=30
GROUP=com.baristav.debugartist

POM_NAME=Debug Artist
Expand Down
4 changes: 2 additions & 2 deletions reporter-pivotal/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=0.6.3
VERSION_CODE=4
VERSION_NAME=0.6.4
VERSION_CODE=5
GROUP=com.baristav.debugartist

POM_NAME=Debug Artist - Pivotal Tracker reporter
Expand Down

0 comments on commit f492223

Please sign in to comment.