Skip to content

Commit

Permalink
Merge pull request #70 from BaristaVentures/release/0.6.11
Browse files Browse the repository at this point in the history
Release 0.6.11
  • Loading branch information
danielgomezrico authored Mar 13, 2018
2 parents eaa176e + 888cd41 commit 069dea3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

# v 0.6.11
- Update to kotlin 1.2.30

# v 0.6.10
- Remove `RxLint` from features since it may break in a lot of possible ways on the clients.

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
targetSdk : 26]

versions = [supportLibrary: "27.0.1",
kotlin : "1.2.21",
kotlin : "1.2.30",
retrofit : "2.3.0",
okHttp : "3.9.1",
rxJava : "2.1.9"]
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.10
VERSION_CODE=35
VERSION_NAME=0.6.11
VERSION_CODE=36
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.10
VERSION_CODE=10
VERSION_NAME=0.6.11
VERSION_CODE=11
GROUP=com.baristav.debugartist

POM_NAME=Debug Artist - Pivotal Tracker reporter
Expand Down

0 comments on commit 069dea3

Please sign in to comment.