ver.2.0.0

This commit is contained in:
Zira project 2020-11-29 18:12:27 +05:00
parent ac3a258e2b
commit 8ef367ea4f
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.3-android16-armv8a" android:versionCode="21" android:installLocation="auto">
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.0" android:versionCode="1" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<manifest package="com.github.ziracms.editor" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.9.3-android21-x86-64" android:versionCode="25" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
<manifest package="com.github.ziracms.editor2" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.0.0" android:versionCode="1" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29"/>
<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Remove the comment if you do not require these default permissions. -->

View File

@ -35,7 +35,7 @@
#endif
const QString APPLICATION_NAME = "Zira Editor";
const QString APPLICATION_VERSION = "1.10.7";
const QString APPLICATION_VERSION = "2.0.0";
const QString ORGANIZATION_NAME = "Zira";
const QString PROJECT_NAME = "Zira project";
const QString AUTHOR_EMAIL_USERNAME = "ziracms";