zjcqoo 6 years ago
parent
commit
4a384d08c0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api.conf
  2. 1 1
      i.sh

+ 1 - 1
api.conf

@@ -1,5 +1,5 @@
 if ($uri = '/ver') {
-  return              200   '0.0.7';
+  return              200   '0.0.8';
 }
 if ($_origin_id = '') {
   return              403   'ERROR: origin `$http_origin` is not allowed';

+ 1 - 1
i.sh

@@ -2,7 +2,7 @@
 
 CDN=https://cdn.jsdelivr.net/gh/etherdream/jsproxy-bin@master
 
-JSPROXY_VER=0.0.6
+JSPROXY_VER=0.0.8
 PCRE_VER=8.43
 ZLIB_VER=1.2.11
 OPENSSL_VER=1.1.1b