Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
renard314 committed Mar 13, 2016
1 parent a1f13c5 commit 8a85a5b
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@ -3,7 +3,7 @@
package="com.renard.ocr"
android:installLocation="auto"
android:versionCode="43"
android:versionName="3.0.1">
android:versionName="3.0.2">


<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/res/raw-de/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,15 @@
</style>
</head>
<body>
<p class="version_heading">Version 3.0.2</p>
<ul>
<li class="checked">Fehlerkorrekturen.</li>
</ul>
<p class="version_heading">Version 3.0.1</p>
<ul>
<li class="checked">Die App funktioniert nun auch mit Android 6.0.</li>
<li class="checked">Fehlerkorrekturen.</li>
</ul>

<p class="version_heading">Version 3.0.0</p>
<ul>
<li class="checked">Es wird nun auch Weiß auf Schwarz Text erkannt.</li>
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/raw/release_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
</style>
</head>
<body>
<p class="version_heading">Version 3.0.2</p>
<ul>
<li class="checked">Minor bug fixes.</li>
</ul>
<p class="version_heading">Version 3.0.1</p>
<ul>
<li class="checked">The app now works with Android 6.0.</li>
Expand Down

0 comments on commit 8a85a5b

Please sign in to comment.