Bump version

This commit is contained in:
Nicola Spadari
2025-03-10 14:12:53 +01:00
parent c015475e9e
commit a41eeb1e6a
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
"name": "nuxtor", "name": "nuxtor",
"type": "module", "type": "module",
"version": "1.2.0", "version": "1.3.0",
"private": true, "private": true,
"packageManager": "pnpm@10.6.2", "packageManager": "pnpm@10.6.2",
"description": "Starter template for Nuxt 3 and Tauri 2", "description": "Starter template for Nuxt 3 and Tauri 2",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "nuxtor" name = "nuxtor"
version = "1.2.0" version = "1.3.0"
description = "Starter template for Nuxt 3 and Tauri 2" description = "Starter template for Nuxt 3 and Tauri 2"
authors = [ "NicolaSpadari" ] authors = [ "NicolaSpadari" ]
license = "MIT" license = "MIT"

View File

@@ -32,7 +32,7 @@
"devUrl": "http://localhost:3000" "devUrl": "http://localhost:3000"
}, },
"productName": "Nuxtor", "productName": "Nuxtor",
"version": "1.2.0", "version": "1.3.0",
"identifier": "com.nicolaspadari.nuxtor", "identifier": "com.nicolaspadari.nuxtor",
"plugins": {}, "plugins": {},
"app": { "app": {