Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
1.99.43 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
M66B committed Feb 13, 2014
1 parent 5b0b878 commit 730199b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="biz.bokhorst.xprivacy"
android:versionCode="276"
android:versionName="1.99.42" >
android:versionCode="277"
android:versionName="1.99.43" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ Changelog

**Next release**

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 1.99.43 BETA**

* Fixed cycling through restriction states, thanks @[jpeg729](https://github.com/jpeg729)
* Fixed Gmail contact restricting ([issue](/../../issues/1336))
* Added documentation for messages and storage ([issue](/../../issues/838))
* Make *Browser/Downloads* dangerous
* Made *Browser/Downloads* dangerous
* Updated French translation
* Updated German translation
* Updated Lithuanian translation

[Open issues](https://github.com/M66B/XPrivacy/issues?state=open)

**Version 1.99.42 BETA**

* Fixed dark theme usage list ([issue](/../../issues/1331))
Expand Down
2 changes: 1 addition & 1 deletion src/biz/bokhorst/xprivacy/PrivacyService.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class PrivacyService {
private static final String cTableUsage = "usage";
private static final String cTableSetting = "setting";

private static final int cCurrentVersion = 276;
private static final int cCurrentVersion = 277;
private static final String cServiceName = "xprivacy274";

// TODO: define column names
Expand Down

0 comments on commit 730199b

Please sign in to comment.