preparing to 70.2 release
This commit is contained in:
parent
325a19781e
commit
92cbc36b8e
File diff suppressed because one or more lines are too long
|
@ -4,8 +4,8 @@
|
|||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.nesbox.tic"
|
||||
android:versionCode="7001"
|
||||
android:versionName="0.70.1"
|
||||
android:versionCode="7002"
|
||||
android:versionName="0.70.2"
|
||||
android:installLocation="auto">
|
||||
|
||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14" />
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -19,9 +19,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.70.1</string>
|
||||
<string>0.70.2</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.70.1</string>
|
||||
<string>0.70.2</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>http://tic.computer © 2017</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
|
|
Loading…
Reference in New Issue