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

@@ -8,7 +8,7 @@
<p align="center">
<img src="https://img.shields.io/badge/license-CC0_1.0-blue" alt="License: CC0 1.0" />
<img src="https://img.shields.io/badge/version-0.1.0-green" alt="Version 0.1.0" />
<img src="https://img.shields.io/badge/version-1.0.0-green" alt="Version 0.1.0" />
<img src="https://img.shields.io/badge/platform-Windows-0078D4?logo=windows" alt="Windows" />
<img src="https://img.shields.io/badge/portable-no%20install%20needed-brightgreen" alt="Portable" />
<img src="https://img.shields.io/badge/built%20with-Tauri%20v2-orange" alt="Built with Tauri v2" />

View File

@@ -1,7 +1,7 @@
{
"name": "openpylon",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",

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",