Skip to content

Commit

Permalink
new version 1.50.55.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoZenz committed Feb 26, 2024
1 parent 67684bc commit 65f649f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dnsfilter.android"
android:versionCode="1505502"
android:versionName="1.50.55.2">
android:versionCode="1505503"
android:versionName="1.50.55.3">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/dnsfilter/DNSFilterManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ of the License, or (at your option) any later version.

public class DNSFilterManager extends ConfigurationAccess {

public static final String VERSION = "1505502";
public static final String VERSION = "1505503";

private static DNSFilterManager INSTANCE = new DNSFilterManager();

Expand Down

0 comments on commit 65f649f

Please sign in to comment.