Skip to content

Commit e9cae7a

Browse files
committed
prepare .70.6
1 parent 178007c commit e9cae7a

File tree

7 files changed

+21
-21
lines changed

7 files changed

+21
-21
lines changed

bin/assets/tic.js.dat

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

build/android/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
-->
55
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
66
package="com.nesbox.tic"
7-
android:versionCode="7005"
8-
android:versionName="0.70.5"
7+
android:versionCode="7006"
8+
android:versionName="0.70.6"
99
android:installLocation="auto">
1010

1111
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />

build/html/tic.js

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/macosx/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>0.70.5</string>
22+
<string>0.70.6</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.70.5</string>
24+
<string>0.70.6</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>http://tic.computer © 2017</string>
2727
<key>NSHighResolutionCapable</key>

build/windows/tic/tic.aps

584 Bytes
Binary file not shown.

build/windows/tic/tic.rc

0 Bytes
Binary file not shown.

src/tic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define TIC_VERSION_MAJOR 0
3030
#define TIC_VERSION_MINOR 70
31-
#define TIC_VERSION_PATCH 5
31+
#define TIC_VERSION_PATCH 6
3232
#define TIC_VERSION_STATUS ""
3333

3434
#if defined(TIC80_PRO)

0 commit comments

Comments
 (0)