Skip to content

Commit

Permalink
issue/gmazelier#4: inc version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ameltonyan committed Feb 5, 2017
1 parent b6d5a97 commit d9bd820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To clean up and start fresh, simply run:
To use in Gradle 2.1 and later...

plugins {
id 'com.github.gmazelier.jasperreports' version '0.3.2'
id 'com.github.gmazelier.jasperreports' version '1.0.0'
}

To use in earlier versions...
Expand All @@ -53,7 +53,7 @@ To use in earlier versions...
}
}
dependencies {
classpath 'com.github.gmazelier:jasperreports-gradle-plugin:0.3.2'
classpath 'com.github.gmazelier:jasperreports-gradle-plugin:1.0.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.3-SNAPSHOT
version=1.0.0-SNAPSHOT

0 comments on commit d9bd820

Please sign in to comment.