Skip to content

Commit

Permalink
New version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Apr 24, 2016
1 parent 71ae88d commit ce9fc1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="ca.rmen.android.scrumchatter"
android:versionCode="10102"
android:versionCode="10103"
android:versionName="@string/app_version" >

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<resources>

<string name="app_name" translatable="false">Scrum Chatter</string>
<string name="app_version" translatable="false">1.1.2</string>
<string name="app_version" translatable="false">1.1.3</string>
<string name="title_section_meetings">Meetings</string>
<string name="title_section_team">Team</string>
<string name="action_share">Share</string>
Expand Down

0 comments on commit ce9fc1a

Please sign in to comment.