Skip to content
This repository has been archived by the owner on Feb 10, 2020. It is now read-only.

Commit

Permalink
Bump version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
petarov committed Oct 21, 2014
1 parent daf699d commit 2fcfdc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.vexelon.myglob" android:versionName="3.1.5" android:versionCode="37" android:installLocation="auto">
package="net.vexelon.myglob" android:versionName="3.1.6" android:versionCode="38" android:installLocation="auto">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:description="@string/about_tagline" android:allowBackup="true">
<activity android:label="@string/app_name" android:name="MainActivity" android:configChanges="keyboardHidden|orientation" android:uiOptions="splitActionBarWhenNarrow">
<intent-filter>
Expand Down
5 changes: 5 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
MyGlob HISTORY file

v3.1.6
Fix issue with user login.

Оправен проблем с влизането в потребителски профил.

v3.1.5
Update invoice and login error messages (Issue #14).

Expand Down

0 comments on commit 2fcfdc3

Please sign in to comment.