Skip to content

Commit bfca615

Browse files
committed
proxy version 0.028
1 parent 5685b28 commit bfca615

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets_js_lib_global_queries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const br_bipobj = br_get_local("bpdat", true),
6464
"proxy_list": br_proxy_list,
6565
"hosted_proxy": br_hosted_proxy,
6666
tor_proxy,
67-
"proxy_version": "0.027",
67+
"proxy_version": "0.028",
6868
"firebase_dynamic_link_domain": br_firebase_dynamic_link_domain,
6969
"firebase_shortlink": "https://" + br_firebase_dynamic_link_domain + "/",
7070
"androidpackagename": br_androidpackagename,

proxy/v1/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
// PROXY
3-
const VERSION = "0.027";
3+
const VERSION = "0.028";
44
const CACHE_DURATIONS = [
55
"2m" => 6220800, // 2 months in seconds
66
"1w" => 604800, // 1 week in seconds

0 commit comments

Comments
 (0)