Skip to content

Commit 5786630

Browse files
committed
Bump version to 1.2.0
1 parent ca1a33d commit 5786630

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/build.yml

+1-1
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-2023-12.mmdb.gz" | zcat > dbip.mmdb
18+
run: wget -nv -O- "https://download.db-ip.com/free/dbip-country-lite-2024-02.mmdb.gz" | zcat > dbip.mmdb
1919
- uses: actions/upload-artifact@v3
2020
with:
2121
name: dbip

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trguing",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"sideEffects": [
55
"*.css"
66
],

src-tauri/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "trguing"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
description = "Remote control GUI for Transmission torrent daemon"
55
authors = ["qu1ck"]
66
license = "GNU-AGPL-3.0"

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package": {
33
"productName": "TrguiNG",
4-
"version": "1.1.0"
4+
"version": "1.2.0"
55
},
66
"build": {
77
"distDir": "../dist",

0 commit comments

Comments
 (0)