Skip to content

Commit

Permalink
Set version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kelemen committed Jun 29, 2014
1 parent 33a2eb4 commit 9cd439b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbeans-gradle-default-models/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java';

group = 'com.github.kelemen';
version = '1.3.0.0.1';
version = '1.3.1';

String gradleVersion = '1.11';
List otherGradleVersions = ['1.8', '1.9', '1.10'];
Expand Down
2 changes: 1 addition & 1 deletion netbeans-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply from: scriptFile('compiler-settings.gradle');
configureJavaCompilers(7);

group = 'com.github.kelemen';
version = '1.3.0.0.1';
version = '1.3.1';

String netbeansVersion = 'RELEASE72'

Expand Down

0 comments on commit 9cd439b

Please sign in to comment.