Skip to content

Commit

Permalink
Set current version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaSpadari committed Jun 18, 2024
1 parent b3b9e75 commit 83718a8
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": "nuxtor",
"type": "module",
"version": "1.0.0",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"description": "Starter template for Nuxt 3 with Tauri",
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 = "nuxtor"
version = "1.0.0"
version = "0.0.1"
description = "Starter template for Nuxt 3 with Tauri"
authors = [ "NicolaSpadari" ]
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 @@ -32,7 +32,7 @@
"devUrl": "http://localhost:3000"
},
"productName": "nuxtor",
"version": "1.0.0",
"version": "0.0.1",
"identifier": "com.nicolaspadari.nuxtor",
"plugins": {},
"app": {
Expand Down

0 comments on commit 83718a8

Please sign in to comment.