Bump version to 1.0.0 and update README with download links and images

This commit is contained in:
Bogdan
2026-06-15 13:50:30 +03:00
parent 5f389bee0f
commit 53b37d281b
6 changed files with 32 additions and 8 deletions
+1 -1
View File
@@ -809,7 +809,7 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
[[package]]
name = "faro"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"rusqlite",
"serde",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "faro"
version = "0.1.0"
version = "1.0.0"
description = "A local-first developer snippet manager"
edition = "2021"
+3 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Faro",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "com.faro.app",
"build": {
"beforeDevCommand": "pnpm dev",
@@ -27,8 +27,10 @@
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/64x64.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png",
"icons/icon.icns",
"icons/icon.ico"
]