diff --git a/DEPLOYMENT-INFO.md b/DEPLOYMENT-INFO.md index 23cfb856..e0fa5af8 100644 --- a/DEPLOYMENT-INFO.md +++ b/DEPLOYMENT-INFO.md @@ -1,13 +1,13 @@ # Overview -Before we create a new version we have to consider following changes: +Before we create a new version, we have to consider the following changes: -Change all SNAPSHOT version in files +Change all SNAPSHOT versions in files * CHANGELOG.md * gradle.properties -* Change version in the 'src/main/izpack/install.xml' to the current release version -* Change version in the about or info dialog to the current release version (/src/main/resources/ui/messages.properties) -* Change default value for the version in the about or info dialog in the class -io.github.astrapi69.mystic.crypt.DesktopMenu in callback method onNewInfoDialog#InfoDialog#newInfoPanel +* Change the version in the 'src/main/izpack/install.xml' to the current release version +* Change the version in the about or info dialog to the current release version (/src/main/resources/ui/messages.properties) +* Change the version value for the version in the about or info dialog in the class +'io.github.astrapi69.mystic.crypt.DesktopMenu' in callback method onNewInfoDialog$InfoDialog#newInfoPanel Then you can follow the instructions from the [wiki izpack section](https://github.com/astrapi69/mystic-crypt-ui/wiki/How-to-create-izpack-installer-with-gradle)