Skip to content

Commit

Permalink
front: Asset version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fzurita committed Mar 31, 2016
1 parent 3e72750 commit 5f74487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paulscode/android/mupen64plusae/SplashActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class SplashActivity extends AppCompatActivity implements ExtractAssetsLi
* Asset version number, used to determine stale assets. Increment this number every time the
* assets are updated on disk.
*/
private static final int ASSET_VERSION = 78;
private static final int ASSET_VERSION = 79;

/** The total number of assets to be extracted (for computing progress %). */
private static final int TOTAL_ASSETS = 120;
Expand Down

0 comments on commit 5f74487

Please sign in to comment.