bump version to 1.0.0

This commit is contained in:
Your Name
2026-02-16 15:51:57 +02:00
parent d244bd1f19
commit 9cc3d55cbf
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "openpylon"
version = "0.1.0"
version = "1.0.0"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "openpylon",
"version": "0.1.0",
"version": "1.0.0",
"identifier": "com.openpylon.app",
"build": {
"beforeDevCommand": "npm run dev",