Skip to content

Commit 7cff79e

Browse files
committed
Bump version to 1.4.0
1 parent 2614ff8 commit 7cff79e

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Download dbip database
18-
run: wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2024-09.mmdb.gz" | zcat > dbip.mmdb
18+
run: wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2024-10.mmdb.gz" | zcat > dbip.mmdb
1919
- uses: actions/upload-artifact@v3
2020
with:
2121
name: dbip
@@ -184,7 +184,7 @@ jobs:
184184
python3 ci/generate_pkgbuild.py
185185
cat PKGBUILD
186186
- name: Publish to the AUR
187-
uses: KSXGitHub/github-actions-deploy-aur@v2.7.0
187+
uses: KSXGitHub/github-actions-deploy-aur@v3.0.1
188188
with:
189189
pkgname: trgui-ng
190190
pkgbuild: ./PKGBUILD

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trguing",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"sideEffects": [
55
"*.css"
66
],

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trguing"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Remote control GUI for Transmission torrent daemon"
55
authors = ["qu1ck"]
66
license = "GNU-AGPL-3.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "TrguiNG",
4-
"version": "1.3.0"
4+
"version": "1.4.0"
55
},
66
"build": {
77
"distDir": "../dist",

0 commit comments

Comments
 (0)