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

Commit 9f47c1aa authored by Kumar Abhishek's avatar Kumar Abhishek
Browse files

Bump the version from 0.21 to 0.21.1 which changes avicii builds from dev to stable

parent 77c1e51f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
  <key>CFBundleGetInfoString</key>
  <string>0.21</string>
  <string>0.21.1</string>
  <key>CFBundleShortVersionString</key>
  <string>0.21</string>
  <string>0.21.1</string>
  <key>CFBundleExecutable</key>
  <string>EasyInstaller</string>
  <key>CFBundleIdentifier</key>
+1 −1
Original line number Diff line number Diff line
# Maintainer: efoundation <dev [at] e -dot- email>
# Maintainer: steadfasterX <steadfasterX [at] binbash -dot- rocks>
pkgname=easy-installer
pkgver=0.21
pkgver=0.21.1
pkgrel=1
pkgdesc="The Easy Installer is a desktop application which helps users install Android /e/ (https://doc.e.foundation/what-s-e) on supported devices."
arch=('x86_64')
+1 −1
Original line number Diff line number Diff line
name: easy-installer
version: 'v0.21'
version: 'v0.21.1'
summary: Easy installation of /e/ OS - the Google-free Android-based mobile OS
description: |
  The /e/ OS Installer has been created to make the installation of 
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import java.nio.file.Paths;
public abstract class AppConstants {


    public final static String APP_VERSION = "v0.21";
    public final static String APP_VERSION = "v0.21.1";
    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");
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#--------------------------------
RequestExecutionLevel admin #if 'user' then it can't install in C:\Program files
!define MUI_ICON "buildSrc/windows/easy-installer.ico"
!define appVersion "v0.21"
!define appVersion "v0.21.1"
Name "Easy-installer ${appVersion}"
# define installation directory
InstallDir "$PROGRAMFILES64\easy-installer"