Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaSpadari committed Jan 5, 2025
1 parent 3540879 commit d742697
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nuxtor",
"type": "module",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"packageManager": "[email protected]",
"description": "Starter template for Nuxt 3 and Tauri 2",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"devUrl": "http://localhost:3000"
},
"productName": "Nuxtor",
"version": "1.1.0",
"version": "1.1.1",
"identifier": "com.nicolaspadari.nuxtor",
"plugins": {},
"app": {
Expand Down

0 comments on commit d742697

Please sign in to comment.