Skip to content

Commit b567be4

Browse files
committed
.60.3 hotfix
1 parent 0b82bcb commit b567be4

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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="6001"
8-
android:versionName="0.60.1"
7+
android:versionCode="6003"
8+
android:versionName="0.60.3"
99
android:installLocation="auto">
1010

1111
<!-- Android 2.3.3 -->

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.60.1</string>
22+
<string>0.60.3</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.60.1</string>
24+
<string>0.60.3</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>http://tic.computer © 2017</string>
2727
<key>NSHighResolutionCapable</key>

build/uwp/tic/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
3-
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.60.1.0" />
3+
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.60.3.0" />
44
<mp:PhoneIdentity PhoneProductId="93515db0-8ee3-478b-933a-5776b58247b2" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>TIC-80</DisplayName>

build/windows/tic/tic.aps

0 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 60
31-
#define TIC_VERSION_PATCH 1
31+
#define TIC_VERSION_PATCH 3
3232
#define TIC_VERSION_STATUS ""
3333

3434
#if defined(TIC80_PRO)

0 commit comments

Comments
 (0)