Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AEFeinstein committed Jan 15, 2023
1 parent f3046e0 commit c76bd50
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 @@ -99,8 +99,8 @@ android {
applicationId "com.gelakinetic.mtgfam"
minSdkVersion 21
targetSdkVersion 33
versionCode 87
versionName "3.9.4"
versionCode 88
versionName "3.9.5"
vectorDrawables.useSupportLibrary true
testInstrumentationRunner "androidx.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 @@ -86,7 +86,7 @@
<!--"</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.9.4"&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.9.5"&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 c76bd50

Please sign in to comment.