Skip to content

Commit

Permalink
Merge pull request #41 from trello/dlew/prep-0.2.0
Browse files Browse the repository at this point in the history
Preparing 0.2.0 release
  • Loading branch information
dlew committed Mar 24, 2016
2 parents 59bc752 + e3b2060 commit 54c4aa6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

0.2.0
-----
*2016-03-24*

- ([#40](https://github.com/trello/victor/pull/40)) Fixed some codec issues with Batik 1.8
- ([#38]((https://github.com/trello/victor/pull/38)) Support Gradle 2.12

0.1.5
-----
*2015-08-07*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.trello:victor:0.1.5'
classpath 'com.trello:victor:0.2.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.trello:victor:0.1.5'
classpath 'com.trello:victor:0.2.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion victor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
// Plugin publishing

group = 'com.trello'
version = '0.1.5-SNAPSHOT'
version = '0.2.0-SNAPSHOT'

plugindev {
pluginId 'com.trello.victor'
Expand Down

0 comments on commit 54c4aa6

Please sign in to comment.