version increment
All checks were successful
publish / publish-tauri (, ubuntu-22.04) (push) Successful in 4m22s

This commit is contained in:
valerio 2026-07-25 19:58:57 +02:00
parent 1f9f1156e3
commit c95c259da5
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "smoothie",
"version": "0.1.0",
"version": "0.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "smoothie",
"version": "0.1.0",
"version": "0.1.2",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2",

View File

@ -1,6 +1,6 @@
{
"name": "smoothie",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"type": "module",
"scripts": {

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "smoothie",
"version": "0.1.1",
"version": "0.1.2",
"identifier": "smoothie",
"build": {
"beforeDevCommand": "bun run dev",