Skip to content

Commit

Permalink
set version to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michaz committed Nov 30, 2015
1 parent 0152c5f commit cdc39e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jar {
manifest {
attributes(
"Plugin-Date": new Date().format("yyyy-MM-dd HH:mm"),
"Plugin-Version": "v0.5.2",
"Plugin-Mainversion": 8882,
"Plugin-Version": "v0.5.3",
"Plugin-Mainversion": 9060,
"Created-By": System.getProperty('java.version') + ' (' + System.getProperty('java.vendor') + ')',
"Built-With": "gradle-${project.getGradle().getGradleVersion()}, groovy-${GroovySystem.getVersion()}",
"Author" : "Nico Kuehnel",
Expand Down

0 comments on commit cdc39e2

Please sign in to comment.