Skip to content

Commit ebc755b

Browse files
committed
v1.20 - i18n
1 parent dcd3781 commit ebc755b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "boathouse.rowingbeacon.com",
33
"private": true,
4-
"version": "1.19.0",
4+
"version": "1.20.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

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 = "rowing-beacon-tauri-app"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "A Tauri App"
55
authors = ["you"]
66
license = ""

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"productName": "Rowing Beacon",
2020
"mainBinaryName": "Rowing Beacon",
21-
"version": "1.19.0",
21+
"version": "1.20.0",
2222
"identifier": "com.rowing-beacon-tauri-app.app",
2323
"plugins": {
2424
"sql": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2447,7 +2447,7 @@ babel-plugin-macros@^3.1.0:
24472447
dependencies:
24482448
"@babel/runtime" "^7.12.5"
24492449
cosmiconfig "^7.0.0"
2450-
resolve "^1.19.0"
2450+
resolve "^1.20.0"
24512451

24522452
balanced-match@^1.0.0:
24532453
version "1.0.2"
@@ -4752,7 +4752,7 @@ resolve-pkg-maps@^1.0.0:
47524752
resolved "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz"
47534753
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
47544754

4755-
resolve@^1.1.7, resolve@^1.19.0, resolve@^1.22.2:
4755+
resolve@^1.1.7, resolve@^1.20.0, resolve@^1.22.2:
47564756
version "1.22.8"
47574757
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz"
47584758
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==

0 commit comments

Comments
 (0)