Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2d48deb authored by Frank Preel's avatar Frank Preel
Browse files

Context

parent e39651ab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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");