Skip to content

Commit

Permalink
Merge pull request #114 from CodeDead/release/v2.5.1
Browse files Browse the repository at this point in the history
feat: version bump
  • Loading branch information
CodeDead authored May 12, 2024
2 parents 89cf8e5 + 8528447 commit 83117ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-passgen",
"version": "2.5.0",
"version": "2.5.1",
"private": true,
"type": "module",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "advanced-passgen"
version = "2.5.0"
version = "2.5.1"
description = "Advanced PassGen can be used to quickly generate thousands of passwords"
authors = ["CodeDead <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "advanced-passgen",
"version": "2.5.0"
"version": "2.5.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 83117ff

Please sign in to comment.