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", "name": "tiletopia",
"private": true, "private": true,
"version": "0.2.3", "version": "0.3.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",

View file

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

View file

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