Loading README.md +3 −1 Original line number Diff line number Diff line Loading @@ -45,8 +45,10 @@ developer: - Israel Yago pereira ## Changelogs ### v0.16.0 (candidate) - FP3 R ### v0.15.0 (candidate) ### v0.15.0 - No shortcut created when installing from a non-admin account on Windows - e-recovery assets - Update German translation - by F. Wildermuth Loading src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.15.0"; public final static String APP_VERSION = "v0.16.0 FP3R"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading Loading
README.md +3 −1 Original line number Diff line number Diff line Loading @@ -45,8 +45,10 @@ developer: - Israel Yago pereira ## Changelogs ### v0.16.0 (candidate) - FP3 R ### v0.15.0 (candidate) ### v0.15.0 - No shortcut created when installing from a non-admin account on Windows - e-recovery assets - Update German translation - by F. Wildermuth Loading
src/main/java/ecorp/easy/installer/AppConstants.java +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ import java.nio.file.Paths; */ public abstract class AppConstants { public final static String APP_VERSION = "v0.15.0"; public final static String APP_VERSION = "v0.16.0 FP3R"; public final static String Separator = FileSystems.getDefault().getSeparator(); public final static String OsName = System.getProperty("os.name"); public final static String JavaHome = System.getProperty("java.home"); Loading