From f5c88595768145599ab086a8f88bf1869758fde9 Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Tue, 2 Jul 2024 20:24:18 +0200 Subject: [PATCH] Bump version --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff9cde3..16ba2ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxtor", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "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 188018f..72cc077 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuxtor" -version = "0.0.2" +version = "0.0.3" description = "Starter template for Nuxt 3 with Tauri" authors = [ "NicolaSpadari" ] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6fbe082..d002a80 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.2", + "version": "0.0.3", "identifier": "com.nicolaspadari.nuxtor", "plugins": {}, "app": {