Skip to content

Commit eeef9cd

Browse files
committed
Release v0.2.0
1 parent 75f4ced commit eeef9cd

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [0.2.0] - 2026-04-09
8+
9+
- Another initial release to test publishing.
10+
711
## [0.1.0] - 2026-04-09
812

913
- Initial release to test publishing.

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.1.0",
3+
"version": "0.2.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.1.0",
4+
"version": "0.2.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.1.0",
5+
"version": "0.2.0",
66
"publisher": "mouseterm",
77
"license": "FSL-1.1-MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)