From 3ac9f6200507eeea082eb200aab6189c8563df48 Mon Sep 17 00:00:00 2001 From: Nicola Spadari Date: Thu, 2 Jan 2025 18:24:09 +0100 Subject: [PATCH] Bump project 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 6277a4e..db23dd3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxtor", "type": "module", - "version": "1.0.0", + "version": "1.1.0", "private": true, "packageManager": "pnpm@9.15.2", "description": "Starter template for Nuxt 3 and Tauri 2", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d46771e..3869db6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nuxtor" -version = "1.0.0" +version = "1.1.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 c8fb34f..f31f36b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -32,7 +32,7 @@ "devUrl": "http://localhost:3000" }, "productName": "Nuxtor", - "version": "1.0.0", + "version": "1.1.0", "identifier": "com.nicolaspadari.nuxtor", "plugins": {}, "app": {