Set current version

This commit is contained in:
Nicola Spadari
2024-06-18 17:41:49 +02:00
parent b3b9e75e12
commit 83718a8faa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "nuxtor",
"type": "module",
"version": "1.0.0",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@9.3.0",
"description": "Starter template for Nuxt 3 with Tauri",

View File

@@ -1,6 +1,6 @@
[package]
name = "nuxtor"
version = "1.0.0"
version = "0.0.1"
description = "Starter template for Nuxt 3 with Tauri"
authors = [ "NicolaSpadari" ]
license = "MIT"

View File

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