From 0ef34d79247dfcad78487e9ecaad1523ebd9c40a Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 29 Nov 2022 20:56:08 +0800 Subject: [PATCH] Bump version to 1.10.4 --- .bumpversion.cfg | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 14 +++++++------- merlin/config.json.js | 2 +- openwrt/aliyundrive-webdav/Makefile | 2 +- openwrt/luci-app-aliyundrive-webdav/Makefile | 2 +- snap/snapcraft.yaml | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e02757be67..15a84e6f16 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 merlin/config.json.js snap/snapcraft.yaml commit = False tag = False -current_version = 1.10.3 +current_version = 1.10.4 diff --git a/Cargo.lock b/Cargo.lock index 88211d9e16..f90797df26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ [[package]] name = "aliyundrive-webdav" -version = "1.10.3" +version = "1.10.4" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 7340adf077..765b48d04e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aliyundrive-webdav" -version = "1.10.3" +version = "1.10.4" edition = "2021" description = "WebDAV server for AliyunDrive" license = "MIT" diff --git a/README.md b/README.md index d4026ac61f..b6bee317c2 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,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/v1.10.3/aliyundrive-webdav_1.10.3-1_aarch64_generic.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.3/luci-app-aliyundrive-webdav_1.10.3_all.ipk -wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.3/luci-i18n-aliyundrive-webdav-zh-cn_1.10.3-1_all.ipk -opkg install aliyundrive-webdav_1.10.3-1_aarch64_generic.ipk -opkg install luci-app-aliyundrive-webdav_1.10.3_all.ipk -opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.10.3-1_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.4/aliyundrive-webdav_1.10.4-1_aarch64_generic.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.4/luci-app-aliyundrive-webdav_1.10.4_all.ipk +wget https://github.com/messense/aliyundrive-webdav/releases/download/v1.10.4/luci-i18n-aliyundrive-webdav-zh-cn_1.10.4-1_all.ipk +opkg install aliyundrive-webdav_1.10.4-1_aarch64_generic.ipk +opkg install luci-app-aliyundrive-webdav_1.10.4_all.ipk +opkg install luci-i18n-aliyundrive-webdav-zh-cn_1.10.4-1_all.ipk ``` 其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-webdav/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装, 常见 @@ -140,7 +140,7 @@ rclone --no-update-modtime copy abc.pdf aliyundrive-nc://docs/ ```bash $ aliyundrive-webdav --help -aliyundrive-webdav 1.10.3 +aliyundrive-webdav 1.10.4 WebDAV server for AliyunDrive USAGE: diff --git a/merlin/config.json.js b/merlin/config.json.js index 3efc94483f..a5171042ce 100644 --- a/merlin/config.json.js +++ b/merlin/config.json.js @@ -4,5 +4,5 @@ "md5": "c0bac93db83f87293a1e4efb7aa5a97c", "module": "aliyundrivewebdav", "title": "阿里云盘 WebDAV", - "version": "1.10.3" + "version": "1.10.4" } diff --git a/openwrt/aliyundrive-webdav/Makefile b/openwrt/aliyundrive-webdav/Makefile index 19aab0d808..e020e6a9ad 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:=1.10.3 +PKG_VERSION:=1.10.4 PKG_RELEASE:=$(AUTORELEASE) PKG_LICENSE:=MIT diff --git a/openwrt/luci-app-aliyundrive-webdav/Makefile b/openwrt/luci-app-aliyundrive-webdav/Makefile index 85d014e50a..6ccc66efbf 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:=1.10.3 +PKG_VERSION:=1.10.4 PKG_RELEASE:=1 PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index f66f4fe888..ebbc66fa95 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: aliyundrive-webdav -version: '1.10.3' +version: '1.10.4' summary: 阿里云盘 WebDAV description: | 阿里云盘 WebDAV 服务