Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Aug 5, 2013
1 parent 5e003e1 commit 8a6c628
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.frakbot.FWeather"
android:versionCode="8"
android:versionName="1.2.3">
android:versionCode="9"
android:versionName="1.3.0">

<uses-sdk
android:minSdkVersion="10"
Expand Down Expand Up @@ -51,6 +51,7 @@
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
<action android:name="net.frakbot.FWeather.action.ACTION_UPDATE_FRAKKING_WIDGET" />
</intent-filter>

<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/fweather_info"/>
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========

### Version 1.3.0 ###
Released on ???
Released on 5th August 2013

- NEW: Chinese translation -- thanks, Hansi Liu!

Expand Down
2 changes: 1 addition & 1 deletion res/values-zh/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<resources>

<string-array name="pref_key_ui_override_language_entries">
<item>自动(系统语言) (auto)</item>
<item>自动(系统语言)</item>
<item>英语 (en)</item>
<item>德语 (de)</item>
<item>意大利语 (it)</item>
Expand Down

0 comments on commit 8a6c628

Please sign in to comment.