Skip to content

Commit

Permalink
create a new 8.1-SNAPSHOT version for the next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapisixtynine committed Jun 13, 2024
1 parent 54742f0 commit e07937b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Change log
----------------------

Version 8.1-SNAPSHOT
-------------

Version 8
-------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
######################
# project properties #
######################
projectVersion=8
projectVersion=8.1-SNAPSHOT
groupPackage=io.github.astrapi69
projectSourceCompatibility=17
projectInceptionYear=2015
Expand Down
2 changes: 1 addition & 1 deletion src/main/izpack/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<javaversion>17</javaversion>
<appname>mystic-crypt-ui</appname>
<appsubpath>app/mystic-crypt-ui</appsubpath>
<appversion>8</appversion>
<appversion>8.1-SNAPSHOT</appversion>
<authors>
<author name="Asterios Raptis" email="[email protected]" />
</authors>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ protected InfoPanel newInfoPanel()
.labelCopyright(Messages.getString("InfoJPanel.copyright.key", "Copyright(C):"))
.copyright(Messages.getString("InfoJPanel.copyright.value", "2016 Asterios Raptis"))
.labelVersion(Messages.getString("InfoJPanel.version.key", "Version:"))
.version(Messages.getString("InfoJPanel.version.value", "8"))
.version(Messages.getString("InfoJPanel.version.value", "8.1-SNAPSHOT"))
.licence(Messages.getString("InfoJPanel.license.information.value", "This Software is licensed under the MIT License"))
.build();
return new InfoPanel()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ui/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ helpframe.label.help=License:
InfoJPanel.application.name.key=Application name:
InfoJPanel.application.name.value=mystic-crypt-ui
InfoJPanel.version.key=Version:
InfoJPanel.version.value=8
InfoJPanel.version.value=8.1-SNAPSHOT
InfoJPanel.copyright.key=Copyright(C):
InfoJPanel.copyright.value=\ 2016 Asterios Raptis
InfoJPanel.license.information.value=This Software is licensed under the MIT License
Expand Down

0 comments on commit e07937b

Please sign in to comment.