Skip to content

Commit 7643b66

Browse files
committed
Bump version to 1.3
1 parent 96fe719 commit 7643b66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
"Jeu de taquin" for the Android platform.
44

5-
[![download barcode](https://cloud.githubusercontent.com/assets/426784/14716072/61a17a0c-07b9-11e6-9120-c4a6c9baf5c4.png)](https://git.io/vwWQw)
5+
[![download barcode](https://cloud.githubusercontent.com/assets/426784/16606772/a57cd9da-4308-11e6-9f14-b7dbe63cdc13.png)](https://git.io/vKIWE)
66

77
The "taquin" is a sliding puzzle, also called 15 puzzle, game of 15, etc. The goal is to slide the tiles to reconstruct the original image, after they have been randomly shuffled. This app supports other sizes than 4x4 (which is the size that has 15 tiles).
88

app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="fr.remram.taquindroid"
4-
android:versionCode="1002000"
4+
android:versionCode="1003000"
55
android:versionName="1.2">
66
<uses-sdk android:minSdkVersion="5"/>
77

0 commit comments

Comments
 (0)