File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed
Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 44-->
55<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
66 package =" com.nesbox.tic"
7- android : versionCode =" 5000 "
8- android : versionName =" 0.50.0 "
7+ android : versionCode =" 5001 "
8+ android : versionName =" 0.50.1 "
99 android : installLocation =" auto" >
1010
1111 <!-- Android 2.3.3 -->
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >APPL </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >0.50.0 </string >
22+ <string >0.50.1 </string >
2323 <key >CFBundleVersion </key >
24- <string >0.50.0 </string >
24+ <string >0.50.1 </string >
2525 <key >NSHumanReadableCopyright </key >
2626 <string >http://tic.computer © 2017 </string >
2727 <key >NSHighResolutionCapable </key >
Original file line number Diff line number Diff line change 2828
2929#define TIC_VERSION_MAJOR 0
3030#define TIC_VERSION_MINOR 50
31- #define TIC_VERSION_PATCH 0
31+ #define TIC_VERSION_PATCH 1
3232#define TIC_VERSION_STATUS ""
3333
3434#if defined(TIC80_PRO )
You can’t perform that action at this time.
0 commit comments