Skip to content

Commit

Permalink
update version strings to 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
shockbytes committed Jun 12, 2020
1 parent 1f59711 commit a4e5978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/debug/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<resources>

<string name="app_name" translatable="false">Dante Debug</string>
<string name="app_version" translatable="false">3.12 (Debug Build)</string>
<string name="app_version" translatable="false">3.13 (Debug Build)</string>

</resources>
2 changes: 1 addition & 1 deletion core/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>

<string name="app_name" translatable="false">Dante</string>
<string name="app_version" translatable="false">3.12</string>
<string name="app_version" translatable="false">3.13</string>

<string name="dante_github_link" translatable="false">https://github.com/shockbytes/Dante</string>

Expand Down

0 comments on commit a4e5978

Please sign in to comment.