Skip to content

Commit a1085b6

Browse files
committed
Version bump, dependency upgrades
1 parent f5cdacf commit a1085b6

File tree

5 files changed

+195
-136
lines changed

5 files changed

+195
-136
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advanced-passgen",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": true,
55
"dependencies": {
66
"@emotion/react": "^11.10.5",

src-tauri/Cargo.lock

Lines changed: 16 additions & 16 deletions
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 = "advanced-passgen"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "Advanced PassGen can be used to quickly generate thousands of passwords"
55
authors = ["CodeDead <[email protected]>"]
66
license = "GPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "advanced-passgen",
11-
"version": "2.2.1"
11+
"version": "2.3.0"
1212
},
1313
"tauri": {
1414
"allowlist": {
@@ -24,7 +24,7 @@
2424
"bundle": {
2525
"active": true,
2626
"category": "Utility",
27-
"copyright": "Copyright © 2022 CodeDead",
27+
"copyright": "Copyright © 2023 CodeDead",
2828
"deb": {
2929
"depends": []
3030
},

0 commit comments

Comments
 (0)