Skip to content

Commit

Permalink
prepare .70.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Sep 2, 2018
1 parent 178007c commit e9cae7a
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion bin/assets/tic.js.dat

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/android/AndroidManifest.xml
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="7005"
android:versionName="0.70.5"
android:versionCode="7006"
android:versionName="0.70.6"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
Expand Down
30 changes: 15 additions & 15 deletions build/html/tic.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/macosx/Info.plist
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.70.5</string>
<string>0.70.6</string>
<key>CFBundleVersion</key>
<string>0.70.5</string>
<string>0.70.6</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
<key>NSHighResolutionCapable</key>
Expand Down
Binary file modified build/windows/tic/tic.aps
Binary file not shown.
Binary file modified build/windows/tic/tic.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/tic.h
Expand Up @@ -28,7 +28,7 @@

#define TIC_VERSION_MAJOR 0
#define TIC_VERSION_MINOR 70
#define TIC_VERSION_PATCH 5
#define TIC_VERSION_PATCH 6
#define TIC_VERSION_STATUS ""

#if defined(TIC80_PRO)
Expand Down

0 comments on commit e9cae7a

Please sign in to comment.