Bump version to 0.3.0

This commit is contained in:
megaproxy 2026-05-26 19:03:44 +01:00
parent 3d4e0fabe5
commit 420438b494
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "tiletopia",
"private": true,
"version": "0.2.3",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",

View file

@ -1,6 +1,6 @@
[package]
name = "tiletopia"
version = "0.2.3"
version = "0.3.0"
description = "Tiling multi-terminal manager for WSL"
authors = ["megaproxy"]
edition = "2021"

View file

@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "tiletopia",
"version": "0.2.3",
"version": "0.3.0",
"identifier": "com.megaproxy.tiletopia",
"build": {
"beforeDevCommand": "pnpm dev",