Skip to content

Commit

Permalink
Bumped version number, added dates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Apr 30, 2015
1 parent f45a379 commit 6df6cd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@ Change Log

0.1.3
-----
*2015-04-30*

- Added support for using Victor in Android libraries

0.1.2
-----
*2015-03-10*

- Fixed plugin when no excluded densities are defined

0.1.1
-----
*2015-03-10*

- #8: Handle invalid SVGs gracefully

0.1.0
-----
*2015-03-03*

Initial release! It has support for defining SVG sourcesets and rasterizing them for use as resources.
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.2'
classpath 'com.trello:victor:0.1.3'
}
}
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.0'
classpath 'com.trello:victor:0.1.3'
}
}

Expand Down

0 comments on commit 6df6cd0

Please sign in to comment.