From fa3d768ca7e7109c673bf1cc15948b2863739be7 Mon Sep 17 00:00:00 2001 From: messense Date: Thu, 20 Apr 2023 21:26:22 +0800 Subject: [PATCH] Bump version to 2.2.1 --- .bumpversion.cfg | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 12 ++++++------ openwrt/aliyundrive-webdav/Makefile | 2 +- openwrt/luci-app-aliyundrive-webdav/Makefile | 2 +- snap/snapcraft.yaml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4f0d6bd311..793dbd6110 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,4 +2,4 @@ files = Cargo.toml README.md openwrt/aliyundrive-webdav/Makefile openwrt/luci-app-aliyundrive-webdav/Makefile snap/snapcraft.yaml commit = False tag = False -current_version = 2.2.0 +current_version = 2.2.1 diff --git a/Cargo.lock b/Cargo.lock index 0564fc28ca..77d450bf47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "aliyundrive-webdav" -version = "2.2.0" +version = "2.2.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index b0f99305f4..783ec95f0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aliyundrive-webdav" -version = "2.2.0" +version = "2.2.1" edition = "2021" description = "WebDAV server for AliyunDrive" license = "MIT" diff --git a/README.md b/README.md index 45aa9a9a6e..ec441115ab 100644 --- a/README.md +++ b/README.md @@ -41,12 +41,12 @@ sudo snap install aliyundrive-webdav aarch64/arm/mipsel/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例: ```bash -wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.0/aliyundrive-webdav_2.2.0-1_aarch64_generic.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.0/luci-app-aliyundrive-webdav_2.2.0_all.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.0/luci-i18n-aliyundrive-webdav-zh-cn_2.2.0-1_all.ipk -opkg install aliyundrive-webdav_2.2.0-1_aarch64_generic.ipk -opkg install luci-app-aliyundrive-webdav_2.2.0_all.ipk -opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.2.0-1_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/aliyundrive-webdav_2.2.1-1_aarch64_generic.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/luci-app-aliyundrive-webdav_2.2.1_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v2.2.1/luci-i18n-aliyundrive-webdav-zh-cn_2.2.1-1_all.ipk +opkg install aliyundrive-webdav_2.2.1-1_aarch64_generic.ipk +opkg install luci-app-aliyundrive-webdav_2.2.1_all.ipk +opkg install luci-i18n-aliyundrive-webdav-zh-cn_2.2.1-1_all.ipk ``` 其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见 diff --git a/openwrt/aliyundrive-webdav/Makefile b/openwrt/aliyundrive-webdav/Makefile index 4187ca4a56..8e25c705de 100644 --- a/openwrt/aliyundrive-webdav/Makefile +++ b/openwrt/aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=aliyundrive-webdav -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_LICENSE:=MIT diff --git a/openwrt/luci-app-aliyundrive-webdav/Makefile b/openwrt/luci-app-aliyundrive-webdav/Makefile index 5def11b2dd..e5ad396dd1 100644 --- a/openwrt/luci-app-aliyundrive-webdav/Makefile +++ b/openwrt/luci-app-aliyundrive-webdav/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-aliyundrive-webdav -PKG_VERSION:=2.2.0 +PKG_VERSION:=2.2.1 PKG_RELEASE:=1 PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f4cfa85b32..0cde74ab90 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: aliyundrive-webdav -version: '2.2.0' +version: '2.2.1' summary: 阿里云盘 WebDAV description: | 阿里云盘 WebDAV 服务