Version App

This commit is contained in:
github-actions[bot]
2024-01-25 04:03:23 +00:00
parent 4d8b758b1b
commit 4a6f069870
5 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
"svelte-tauri": patch
---
Make a helper script to allow syncing pkg versions in the project

View File

@@ -1,5 +1,11 @@
# svelte-tauri
## 0.2.1
### Patch Changes
- 175be29: Make a helper script to allow syncing pkg versions in the project
## 0.2.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "svelte-tauri",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"license": "MIT",
"repository": {

View File

@@ -1,6 +1,6 @@
[package]
name = "svelte-tauri"
version = "0.2.0"
version = "0.2.1"
description = "Svelte-Tauri template starter"
authors = ["Fractal-Tess"]
license = "MIT"

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "svelte-tauri",
"version": "0.2.0"
"version": "0.2.1"
},
"tauri": {
"allowlist": {