Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Jan 17, 2019
1 parent a075bc5 commit 4d1755b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
applicationId "com.gelakinetic.mtgfam"
minSdkVersion 15
targetSdkVersion 28
versionCode 61
versionName "3.5.7"
versionCode 62
versionName "3.5.8"
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ So, how generous are you feeling today?
"</string>
<string name="main_whats_new_title">"What's New"</string>
<string name="main_whats_new_in_title">"What's New in Version"</string>
<string name="main_whats_new_text" translatable="false">"&lt;a href="https://github.com/AEFeinstein/mtg-familiar/releases/tag/v3.5.7"&gt;Changelog&lt;/a&gt;"</string>
<string name="main_whats_new_text" translatable="false">"&lt;a href="https://github.com/AEFeinstein/mtg-familiar/releases/tag/v3.5.8"&gt;Changelog&lt;/a&gt;"</string>
<string name="main_tts_warning_title">"Text-to-Speech"</string>
<string name="main_tts_warning_text">"This application has text-to-speech capability for some of its features, but you don't seem to have it installed. If you want to install it, use the Install Text-to-Speech link in the settings menu."</string>
<string name="main_export_data_title">"Save Data to SD"</string>
Expand Down

0 comments on commit 4d1755b

Please sign in to comment.