Skip to content

Commit

Permalink
Merge pull request #49 from maidsafe/main
Browse files Browse the repository at this point in the history
v0.0.7
  • Loading branch information
beckthetech authored Jan 14, 2025
2 parents bcbd283 + caded22 commit 2fb9b70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "project-dave",
"private": true,
"version": "0.1.0",
"version": "0.0.7",
"type": "module",
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "project-dave",
"version": "0.0.6",
"version": "0.0.7",
"identifier": "com.project-dave.app",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down

0 comments on commit 2fb9b70

Please sign in to comment.