Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Jul 6, 2016
1 parent 96fe719 commit 7643b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

"Jeu de taquin" for the Android platform.

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

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).

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="fr.remram.taquindroid"
android:versionCode="1002000"
android:versionCode="1003000"
android:versionName="1.2">
<uses-sdk android:minSdkVersion="5"/>

Expand Down

0 comments on commit 7643b66

Please sign in to comment.