Merge branch 'develop'

This commit is contained in:
Nicola Spadari
2025-01-05 19:17:12 +01:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
name: publish
name: release
on:
push:
branches:
- main
- release
jobs:
publish-tauri:
permissions:

View File

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

View File

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

View File

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