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", "name": "smoothie",
"version": "0.1.0", "version": "0.1.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "smoothie", "name": "smoothie",
"version": "0.1.0", "version": "0.1.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@tauri-apps/api": "^2", "@tauri-apps/api": "^2",

View File

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

View File

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