From 55305ae724e12ba897fcf6ab08cd2a0f21750baa Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Thu, 20 Jun 2024 09:16:22 +0200 Subject: [PATCH] Bump version --- package.json | 2 +- src-tauri/Cargo.toml | 17 ++++++++++++----- src-tauri/tauri.conf.json | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index da1544b..e1a458a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxtor", "type": "module", - "version": "0.0.1", + "version": "0.0.2", "private": true, "packageManager": "pnpm@9.4.0", "description": "Starter template for Nuxt 3 with Tauri", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index a191ff4..a284ec8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuxtor" -version = "0.0.1" +version = "0.0.2" description = "Starter template for Nuxt 3 with Tauri" authors = [ "NicolaSpadari" ] license = "MIT" @@ -15,13 +15,20 @@ crate-type = [ "rlib" ] -[build-dependencies] -tauri-build = { version = "2.0.0-beta", features = [] } +[build-dependencies.tauri-build] +version = "2.0.0-beta" +features = [ ] [dependencies] tauri-plugin-shell = "2.0.0-beta" tauri-plugin-notification = "2.0.0-beta" tauri-plugin-os = "2.0.0-beta" -tauri = { version = "2.0.0-beta", features = [] } -serde = { version = "1", features = [ "derive" ] } serde_json = "1" + +[dependencies.tauri] +version = "2.0.0-beta" +features = [ ] + +[dependencies.serde] +version = "1" +features = [ "derive" ] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e97fedc..6fbe082 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.1", + "version": "0.0.2", "identifier": "com.nicolaspadari.nuxtor", "plugins": {}, "app": {