Skip to content

Commit

Permalink
Version bumps.
Browse files Browse the repository at this point in the history
  • Loading branch information
BleuBleu committed Dec 20, 2022
1 parent 96b61ce commit 311f415
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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="28" android:versionName="4.0.5" package="org.famistudio" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="29" android:versionName="4.0.6" package="org.famistudio" android:installLocation="auto">
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="31" />
<uses-permission android:name="android.permission.VIBRATE" />
<application android:allowBackup="true" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">
Expand Down
4 changes: 2 additions & 2 deletions Setup/FamiStudio.app/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.0.5</string>
<string>4.0.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>4.0.5</string>
<string>4.0.6</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019-2022 BleuBleu, All Rights Reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
8 changes: 4 additions & 4 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -787,15 +787,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:FamiStudio"
"ProductCode" = "8:{C4A6359A-0AF7-4CA2-B9C0-08179A3F0898}"
"PackageCode" = "8:{0973F36C-D835-41F1-AA69-99FF80E10028}"
"ProductCode" = "8:{CF536749-47F3-454D-AA31-2BBFC6CF9DCB}"
"PackageCode" = "8:{7A284EEE-3957-486D-9B8D-CFA3645B80F0}"
"UpgradeCode" = "8:{B82EE4DC-4ECE-46C8-A464-1B7CAE09B938}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:4.0.5"
"ProductVersion" = "8:4.0.6"
"Manufacturer" = "8:BleuBleu"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down Expand Up @@ -1337,7 +1337,7 @@
{
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_02EAA2AD59C5483CB557FE728242DD43"
{
"SourcePath" = "8:..\\FamiStudio\\obj\\Release\\FamiStudio.exe"
"SourcePath" = "8:..\\FamiStudio\\obj\\Debug\\FamiStudio.exe"
"TargetName" = "8:"
"Tag" = "8:"
"Folder" = "8:_35E89725F8BA48E0AC14F44C8E513BED"
Expand Down
2 changes: 1 addition & 1 deletion Setup/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
405
406

0 comments on commit 311f415

Please sign in to comment.