Skip to content

Commit

Permalink
chore(bump): v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Apr 12, 2023
1 parent ab80c60 commit ba7d0b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "parrot",
"private": true,
"version": "1.0.3",
"version": "1.0.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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 = "parrot"
version = "1.0.3"
version = "1.0.4"
description = "A Rust GUI in Tauri for the Arch Linux package manager, pacman using the wrapper paru"
authors = ["DanCodes"]
license = "MIT"
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": "Parrot",
"version": "1.0.3"
"version": "1.0.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit ba7d0b6

Please sign in to comment.