Skip to content

Commit

Permalink
Update build version to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Apr 26, 2017
1 parent 6bd3a05 commit 5d93a5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 'indev'
version '2.1'

apply plugin: 'maven'
apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion hocon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 'indev'
version '2.1'

apply plugin: 'maven'
apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion json/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 'indev'
version '2.1'

apply plugin: 'maven'
apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion toml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 'indev'
version '2.1'

apply plugin: 'maven'
apply plugin: 'java'
Expand Down
2 changes: 1 addition & 1 deletion yaml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version 'indev'
version '2.1'

apply plugin: 'maven'
apply plugin: 'java'
Expand Down

0 comments on commit 5d93a5f

Please sign in to comment.