Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Prepare 3.0.4 release
  • Loading branch information
bog-dan-ro committed Dec 3, 2016
1 parent 9c8559f commit 7b7506a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectacol/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="eu.licentia.games.spectacol" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.0.3" android:versionCode="303" android:installLocation="auto">
<manifest package="eu.licentia.games.spectacol" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="3.0.4" android:versionCode="304" android:installLocation="auto">
<application android:banner="@drawable/banner" android:logo="@drawable/banner" android:icon="@drawable/icon" android:isGame="true" android:theme="@android:style/Theme.DeviceDefault.NoActionBar" android:hardwareAccelerated="true" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="Spectacol">
<activity android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="Spectacol" android:screenOrientation="landscape" android:launchMode="singleTop">
<intent-filter>
Expand Down

0 comments on commit 7b7506a

Please sign in to comment.