Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 1, 2022
1 parent 0bf7328 commit 75a90e3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
files = Cargo.toml README.md openwrt/aliyundrive-fuse/Makefile openwrt/luci-app-aliyundrive-fuse/Makefile snap/snapcraft.yaml
commit = False
tag = False
current_version = 0.1.13
current_version = 0.1.14
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aliyundrive-fuse"
version = "0.1.13"
version = "0.1.14"
edition = "2021"
description = "FUSE for AliyunDrive"
license = "MIT"
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ sudo snap install aliyundrive-fuse
aarch64/arm/x86_64/i686 等架构的版本,可以下载后使用 opkg 安装,以 nanopi r4s 为例:

```bash
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.13/aliyundrive-fuse_0.1.13-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.13/luci-app-aliyundrive-fuse_0.1.13_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.13/luci-i18n-aliyundrive-fuse-zh-cn_0.1.13-1_all.ipk
opkg install aliyundrive-fuse_0.1.13-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-fuse_0.1.13_all.ipk
opkg install luci-i18n-aliyundrive-fuse-zh-cn_0.1.13-1_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.14/aliyundrive-fuse_0.1.14-1_aarch64_generic.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.14/luci-app-aliyundrive-fuse_0.1.14_all.ipk
wget https://github.com/messense/aliyundrive-fuse/releases/download/v0.1.14/luci-i18n-aliyundrive-fuse-zh-cn_0.1.14-1_all.ipk
opkg install aliyundrive-fuse_0.1.14-1_aarch64_generic.ipk
opkg install luci-app-aliyundrive-fuse_0.1.14_all.ipk
opkg install luci-i18n-aliyundrive-fuse-zh-cn_0.1.14-1_all.ipk
```

其它 CPU 架构的路由器可在 [GitHub Releases](https://github.com/messense/aliyundrive-fuse/releases) 页面中查找对应的架构的主程序 ipk 文件下载安装。
Expand Down
2 changes: 1 addition & 1 deletion openwrt/aliyundrive-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=aliyundrive-fuse
PKG_VERSION:=0.1.13
PKG_VERSION:=0.1.14
PKG_RELEASE:=$(AUTORELEASE)

PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion openwrt/luci-app-aliyundrive-fuse/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-aliyundrive-fuse
PKG_VERSION:=0.1.13
PKG_VERSION:=0.1.14
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: aliyundrive-fuse
version: '0.1.13'
version: '0.1.14'
summary: 阿里云盘 FUSE
description: |
阿里云盘 FUSE 磁盘挂载
Expand Down

0 comments on commit 75a90e3

Please sign in to comment.