Skip to content

Commit

Permalink
More version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
BleuBleu committed May 26, 2024
1 parent b2df21f commit 4eeaa0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion FamiStudio/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="47" android:versionName="4.2.0" package="org.famistudio" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="48" android:versionName="4.2.1" package="org.famistudio" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down
4 changes: 2 additions & 2 deletions FamiStudio/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

// The last digit is the BETA version number. When it is non-zero, the build and will be
// interpreted as a development version.
[assembly: AssemblyVersion("4.2.0.0")]
[assembly: AssemblyFileVersion("4.2.0.0")]
[assembly: AssemblyVersion("4.2.1.0")]
[assembly: AssemblyFileVersion("4.2.1.0")]

#if FAMISTUDIO_ANDROID
// Add some common permissions, these can be removed if not needed
Expand Down

0 comments on commit 4eeaa0f

Please sign in to comment.