diff --git a/web/downloads/pmm-0.2.6-windows-amd64.zip b/web/downloads/pmm-0.2.7-windows-amd64.zip similarity index 99% rename from web/downloads/pmm-0.2.6-windows-amd64.zip rename to web/downloads/pmm-0.2.7-windows-amd64.zip index b6d53fa..11c1c75 100644 Binary files a/web/downloads/pmm-0.2.6-windows-amd64.zip and b/web/downloads/pmm-0.2.7-windows-amd64.zip differ diff --git a/web/downloads/pmm_0.2.6_amd64.deb b/web/downloads/pmm_0.2.6_amd64.deb deleted file mode 100644 index 2ed72cb..0000000 Binary files a/web/downloads/pmm_0.2.6_amd64.deb and /dev/null differ diff --git a/web/downloads/pmm_0.2.7_amd64.deb b/web/downloads/pmm_0.2.7_amd64.deb new file mode 100644 index 0000000..dec5107 Binary files /dev/null and b/web/downloads/pmm_0.2.7_amd64.deb differ diff --git a/web/index.php b/web/index.php index 8771346..3fee1e4 100644 --- a/web/index.php +++ b/web/index.php @@ -5,7 +5,7 @@ * A status panel monitors the SZ + HK mirror servers via status.php. * Static PHP, no dependencies. */ -$VERSION = '0.2.6'; +$VERSION = '0.2.7'; /* Coarse world map, '#'=land, ' '=ocean. Reused as the dot cloud on the globe. */ $map = [ diff --git a/web/install.sh b/web/install.sh index 2e4bac4..e4ceb85 100644 --- a/web/install.sh +++ b/web/install.sh @@ -7,7 +7,7 @@ # # 下载官方 release 二进制并安装到 /usr/local/bin/pmm(root)或 ~/.local/bin/pmm。 set -e -VER="0.2.6" +VER="0.2.7" REPO="JGZYES/ParlzPackageManger" # ---- 检测平台 ----