Skip to content

Commit

Permalink
version 1.50.54.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoZenz committed Mar 5, 2023
1 parent 71fc113 commit 78e2d3d
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="1505400"
android:versionName="1.50.54.0">
android:versionCode="1505401"
android:versionName="1.50.54.1">

<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 @@ -64,7 +64,7 @@ of the License, or (at your option) any later version.

public class DNSFilterManager extends ConfigurationAccess {

public static final String VERSION = "1505400";
public static final String VERSION = "1505401";

private static DNSFilterManager INSTANCE = new DNSFilterManager();

Expand Down

0 comments on commit 78e2d3d

Please sign in to comment.