Skip to content

Commit

Permalink
bump version to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Mar 12, 2024
1 parent 8ed403f commit 3013d28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thunder"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
description = "Synology NAS thunder run on Linux"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ Options:
GitHub [Releases](https://github.com/gngpp/thunder/releases) 中有预编译的 deb包,二进制文件,以Ubuntu为例:

```shell
wget https://github.com/gngpp/thunder/releases/download/v1.0.2/thunder_1.0.2_amd64.deb
wget https://github.com/gngpp/thunder/releases/download/v1.0.3/thunder_1.0.3_amd64.deb

dpkg -i thunder_1.0.2_amd64.deb
dpkg -i thunder_1.0.3_amd64.deb

# 安装迅雷,默认在线下载安装,如果需要设置更多参数请带上`-h`,查看说明
thunder install
Expand Down
2 changes: 1 addition & 1 deletion openwrt/luci-app-thunder/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-thunder
PKG_VERSION:=1.0.2-9
PKG_VERSION:=1.0.3-9

PKG_MAINTAINER:=gngpp <[email protected]>

Expand Down

0 comments on commit 3013d28

Please sign in to comment.