Skip to content

Commit 49ba4e1

Browse files
committed
chore: bump version to 0.1.3
1 parent 34e91c4 commit 49ba4e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orbitshell"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2024"
55
license = "MIT"
66
description = "Modern block-based terminal UI built with Rust and GPUI."

installer/windows/orbitshell.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
!define APP_EXE "orbitshell.exe"
55
!define APP_PUBLISHER "OrbitShell"
66
!ifndef APP_VERSION
7-
!define APP_VERSION "0.1.0"
7+
!define APP_VERSION "0.1.3"
88
!endif
99
!ifndef OUTPUT_NAME
1010
!define OUTPUT_NAME "OrbitShell-Setup-${APP_VERSION}.exe"

0 commit comments

Comments
 (0)