Skip to content

Commit 2b88895

Browse files
committed
Release v0.9.0.
1 parent be6a4b1 commit 2b88895

5 files changed

Lines changed: 5 additions & 5 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.8.0",
3+
"version": "0.9.0",
44
"license": "FSL-1.1-MIT",
55
"private": true,
66
"type": "module",

standalone/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

standalone/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mouseterm"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
description = "Mouse-friendly multitasking terminal"
55
authors = ["DiffPlug"]
66
license = "FSL-1.1-MIT"

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.8.0",
4+
"version": "0.9.0",
55
"identifier": "com.mouseterm.standalone",
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 alert system for completed tasks and prompts.",
5-
"version": "0.8.0",
5+
"version": "0.9.0",
66
"publisher": "diffplug",
77
"license": "FSL-1.1-MIT",
88
"icon": "icon.png",

0 commit comments

Comments
 (0)