Skip to content

Commit 83117ff

Browse files
authored
Merge pull request #114 from CodeDead/release/v2.5.1
feat: version bump
2 parents 89cf8e5 + 8528447 commit 83117ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.5.0",
3+
"version": "2.5.1",
44
"private": true,
55
"type": "module",
66
"dependencies": {

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 = "advanced-passgen"
3-
version = "2.5.0"
3+
version = "2.5.1"
44
description = "Advanced PassGen can be used to quickly generate thousands of passwords"
55
authors = ["CodeDead <admin@codedead.com>"]
66
license = "GPL-3.0-only"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "advanced-passgen",
11-
"version": "2.5.0"
11+
"version": "2.5.1"
1212
},
1313
"tauri": {
1414
"allowlist": {

0 commit comments

Comments
 (0)