Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Jan 7, 2016
1 parent 63d4383 commit c8125d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jar {
manifest {
attributes(
"Plugin-Date": new Date().format("yyyy-MM-dd HH:mm"),
"Plugin-Version": "v0.5.4",
"Plugin-Version": "v0.5.5",
"Plugin-Mainversion": 9278,
"Created-By": System.getProperty('java.version') + ' (' + System.getProperty('java.vendor') + ')',
"Built-With": "gradle-${project.getGradle().getGradleVersion()}, groovy-${GroovySystem.getVersion()}",
Expand Down

0 comments on commit c8125d6

Please sign in to comment.