Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit be7bc9e

Browse files
committed
Merge commit '423f7354dcecf9a0b51bc83ebb1a1e72d034d321'
2 parents e057ce8 + 423f735 commit be7bc9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashclock/AndroidManifest.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
-->
2020
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2121
package="de.azapps.mirakel.dashclock"
22-
android:versionCode="12"
23-
android:versionName="2.1" >
22+
android:versionCode="13"
23+
android:versionName="2.2" >
2424

2525
<uses-permission android:name="de.azapps.mirakel.provider.READ_DATA" />
2626

@@ -56,4 +56,4 @@
5656
</activity>
5757
</application>
5858

59-
</manifest>
59+
</manifest>

0 commit comments

Comments
 (0)