Skip to content

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
xmine64 committed Jan 25, 2021
1 parent a3dc8ef commit 2f52b3d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Properties/AndroidManifest.debug.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="13"
android:versionName="0.6.2.0-debug" package="madamin.unfollow" android:installLocation="auto">
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14"
android:versionName="0.7.0.0-debug" package="madamin.unfollow" android:installLocation="auto">
<uses-sdk
android:minSdkVersion="28" android:targetSdkVersion="30" />
<application
Expand Down
4 changes: 2 additions & 2 deletions Properties/AndroidManifest.release.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="13"
android:versionName="0.6.2.0-release" package="madamin.unfollow" android:installLocation="auto">
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14"
android:versionName="0.7.0.0-release" package="madamin.unfollow" android:installLocation="auto">
<uses-sdk
android:minSdkVersion="28" android:targetSdkVersion="30" />
<application
Expand Down
4 changes: 2 additions & 2 deletions Properties/AndroidManifest.tgbuild.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>

<manifest
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="13"
android:versionName="0.6.2.0-tgbuild" package="madamin.unfollow" android:installLocation="auto">
xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="14"
android:versionName="0.7.0.0-tgbuild" package="madamin.unfollow" android:installLocation="auto">
<uses-sdk
android:minSdkVersion="28" android:targetSdkVersion="30" />
<application
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
// Minor Version
// Build Number
// Revision
[assembly: AssemblyVersion("0.6.2.0")]
[assembly: AssemblyFileVersion("0.6.2.0")]
[assembly: AssemblyVersion("0.7.0.0")]
[assembly: AssemblyFileVersion("0.7.0.0")]

0 comments on commit 2f52b3d

Please sign in to comment.