diff --git a/package.json b/package.json index 77e25e9..dd528af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxtor", "type": "module", - "version": "0.0.4", + "version": "1.0.0", "private": true, "packageManager": "pnpm@9.12.1", "description": "Starter template for Nuxt 3 and Tauri 2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b6cd5f9..6a24f36 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuxtor" -version = "0.0.4" +version = "1.0.0" description = "Starter template for Nuxt 3 and Tauri 2" authors = [ "NicolaSpadari" ] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ef75bee..c8fb34f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -32,7 +32,7 @@ "devUrl": "http://localhost:3000" }, "productName": "Nuxtor", - "version": "0.0.4", + "version": "1.0.0", "identifier": "com.nicolaspadari.nuxtor", "plugins": {}, "app": {