Skip to content

Commit

Permalink
Increase version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElectronWill committed Jun 28, 2018
1 parent 5d4f8b8 commit e4f3d8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 '3.1.1'
version '3.2.0'
description 'Powerful Java configuration library'

apply plugin: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version '3.1.0'
version '3.2.0'
description 'NightConfig examples'

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 '3.1.0'
version '3.2.0'

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 '3.1.1'
version '3.2.0'

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 '3.1.0'
version '3.2.0'

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 '3.1.0'
version '3.2.0'

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

0 comments on commit e4f3d8f

Please sign in to comment.