Skip to content

Commit

Permalink
Merge pull request #21 from opeolluwa/master
Browse files Browse the repository at this point in the history
app-v0.4.0
  • Loading branch information
opeolluwa authored Mar 22, 2023
2 parents b7ec9b7 + c68c85a commit 34d1952
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
Expand Up @@ -4,7 +4,7 @@
"private": false,
"author": "adeoye adefemi [email protected]",
"license": "MIT",
"version": "0.0.0",
"version": "0.4.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build",
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 = "tauri-app"
version = "0.0.0"
version = "0.4.0"
description = "A Tauri App"
authors = ["you"]
license = ""
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": "breeze",
"version": "0.0.0"
"version": "0.4.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 34d1952

Please sign in to comment.