Skip to content

Commit

Permalink
Preparing new 2.1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickok committed Mar 14, 2014
1 parent 3a458f5 commit 93f7fd3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions core/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.transdroid.core"
android:versionCode="211"
android:versionName="2.1.2" >
android:versionCode="212"
android:versionName="2.1.3" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
2 changes: 1 addition & 1 deletion core/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ along with Transdroid. If not, see <http://www.gnu.org/licenses/>.
<string name="navigation_servers">SERVEURS</string>
<string name="navigation_status">STATUT</string>
<string name="navigation_labels">ÉTIQUETTES</string>
<string name="navigation_status_showall">TOUT</string>
<string name="navigation_status_showall">Tout</string>
<string name="navigation_status_onlydown">Réception</string>
<string name="navigation_status_onlyup">Envoi</string>
<string name="navigation_status_onlyactive">Actif</string>
Expand Down
2 changes: 2 additions & 0 deletions core/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
Transdroid 2.1.2\n
- Support for new Torrent Search\'s private sites\n
- Added optional auto refresh\n
- Allow larger .torrent file uploads with rTorrent\n
- Fix setting download location with Transmission\n
\n
Transdroid 2.1.1\n
- Improved handling of RSS feed read state\n
Expand Down
4 changes: 2 additions & 2 deletions full/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.full"
android:versionCode="211"
android:versionName="2.1.2" >
android:versionCode="212"
android:versionName="2.1.3" >

<uses-sdk
android:minSdkVersion="7"
Expand Down
4 changes: 2 additions & 2 deletions lite/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="org.transdroid.lite"
android:versionCode="211"
android:versionName="2.1.2" >
android:versionCode="212"
android:versionName="2.1.3" >

<uses-sdk
android:minSdkVersion="7"
Expand Down

0 comments on commit 93f7fd3

Please sign in to comment.