Skip to content

Commit

Permalink
Preparing release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Jul 19, 2017
1 parent 39b0e54 commit 0b4865f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
Change Log
==========

1.0.0
-----
*2017-07-19*

I'm calling this 1.0 for no other reason than that this is going to be considered stable; no major
changes to the API from here on out.

- ([#65](https://github.com/trello/victor/pull/65)) Upgraded to Batik 1.9

0.3.0
-----
*2016-06-14*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.trello:victor:0.3.0'
classpath 'com.trello:victor:1.0.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion victor/build.gradle
Expand Up @@ -52,7 +52,7 @@ dependencies {
// Plugin publishing

group = 'com.trello'
version = '0.3.0-SNAPSHOT'
version = '1.0.0-SNAPSHOT'

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

0 comments on commit 0b4865f

Please sign in to comment.