Skip to content

Commit bbbe23b

Browse files
committed
Bump version 0.2.0 -> 0.3.0
1 parent a92a7a5 commit bbbe23b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mouseterm-lib",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "FSL-1.1-MIT",
55
"private": true,
66
"type": "module",

standalone/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "MouseTerm",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"identifier": "com.mouseterm.app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

vscode-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mouseterm",
33
"displayName": "MouseTerm",
44
"description": "Multitasking terminal with tmux keybindings, mouse support, and a built-in alarm system for completed tasks and prompts.",
5-
"version": "0.2.0",
5+
"version": "0.3.0",
66
"publisher": "mouseterm",
77
"license": "FSL-1.1-MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)