Bump version no, fix build

This commit is contained in:
Bogdan
2026-06-17 12:06:23 +03:00
parent b5a0dbc473
commit b45449f93d
4 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,2 +1,4 @@
packages:
- '.'
allowBuilds:
esbuild: set this to true or false
+1 -1
View File
@@ -809,7 +809,7 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "faro"
version = "1.0.0"
version = "1.1.0"
dependencies = [
"rusqlite",
"serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "faro"
version = "1.0.0"
version = "1.1.0"
description = "A local-first developer snippet manager"
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Faro",
"version": "1.0.0",
"version": "1.1.0",
"identifier": "com.faro.app",
"build": {
"beforeDevCommand": "pnpm dev",