Skip to content

Commit 660cf98

Browse files
committed
Bump version to 1.5.0
1 parent 12bc833 commit 660cf98

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.4.0",
3+
"version": "1.5.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.4.0"
3+
version = "1.5.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"productName": "TrguiNG",
7272
"mainBinaryName": "TrguiNG",
73-
"version": "1.4.0",
73+
"version": "1.5.0",
7474
"identifier": "org.openscopeproject.trguing",
7575
"plugins": {
7676
"cli": {
@@ -93,4 +93,4 @@
9393
"csp": null
9494
}
9595
}
96-
}
96+
}

update_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jq ".version = \"$VERSION\" | .packages.\"\".version = \"$VERSION\"" package-loc
2020
cd src-tauri
2121

2222
backup_file tauri.conf.json
23-
jq ".package.version = \"$VERSION\"" tauri.conf.json.bkp > tauri.conf.json
23+
jq ".version = \"$VERSION\"" tauri.conf.json.bkp > tauri.conf.json
2424

2525
backup_file Cargo.toml
2626
sed -i -E "s/^version = \"[0-9]+\\.[0-9]+\\.[0-9]+\"\$/version = \"$VERSION\"/g" Cargo.toml

0 commit comments

Comments
 (0)