Skip to content

Commit

Permalink
New Version 1.50.56.0
Browse files Browse the repository at this point in the history
- Restore option for filter config
- Fixes for password protection
- Fixes issue that network got stuck when switching from WiFi to mobile
- Several smaller fixes and improvments
  • Loading branch information
IngoZenz committed Aug 23, 2024
1 parent a869e0c commit eba953e
Showing 1 changed file with 1 addition and 1 deletion.
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 = "1505600-dev02";
public static final String VERSION = "1505600";

private static DNSFilterManager INSTANCE = new DNSFilterManager();

Expand Down

0 comments on commit eba953e

Please sign in to comment.