OSDN Git Service

Bumped version
authorHideki Saito <hidekis@gmail.com>
Wed, 10 Jun 2009 09:53:16 +0000 (02:53 -0700)
committerHideki Saito <hidekis@gmail.com>
Wed, 10 Jun 2009 09:53:16 +0000 (02:53 -0700)
AndroidManifest.xml
res/values-ja/strings.xml
res/values/strings.xml

index 3ceab57..ef5ce18 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
       package="hsware.HSTempo"
-      android:versionName="1.1.0.0" android:versionCode="13">
+      android:versionCode="14" android:versionName="1.2.0.0">
     <application android:icon="@drawable/icon" android:label="@string/app_name" android:enabled="true" android:persistent="false" android:allowClearUserData="false" android:allowTaskReparenting="false" android:debuggable="false" android:description="@string/app_info">
         <activity android:label="@string/app_name" android:name=".HSTempo">
             <intent-filter>
index 5a431f3..11b5aae 100644 (file)
@@ -16,7 +16,7 @@
 
 
 
-<string name="VersionInfo">1.1 (May 27th, 2009)</string>
+<string name="VersionInfo">1.2.0 (June 10th, 2009)</string>
 <string name="app_info">HSTempoはタップすることによりBPMを計測するためのソフトです。</string>
 <string name="recent_change"></string>
 <string name="AboutHeader">HSTempoについて</string>
index 4897c20..6a90770 100644 (file)
@@ -16,7 +16,7 @@
 
 
 
-<string name="VersionInfo">1.1.0 (May 27th, 2009)</string>
+<string name="VersionInfo">1.2.0 (June 10th, 2009)</string>
 <string name="app_info">HSTempo is an application that let you measure BPM of various beat by tapping to the beat.</string>
 <string name="recent_change">New in this version:\n- Stability Bar\n- Menu that enables you to quit this application.</string>
 <string name="AboutHeader">About HSTempo</string>