From ce7f19c2f9c2a8c0ce0e3db4ba617c40caebbb18 Mon Sep 17 00:00:00 2001 From: Robert Audi Date: Sun, 16 Apr 2023 13:39:57 +0300 Subject: [PATCH] Bump version to 0.2.2 --- VERSION.txt | 2 +- dist/bin/tsm | 2 +- src/core/version.zsh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index ee1372d..7179039 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.2.2 +0.2.3 diff --git a/dist/bin/tsm b/dist/bin/tsm index e4a8963..96baa65 100755 --- a/dist/bin/tsm +++ b/dist/bin/tsm @@ -97,7 +97,7 @@ readonly -l __tsm_tmux_formats # -------------------------------------------------------------------------- }}} -local __tsm_version="0.2.2" +local __tsm_version="0.2.3" readonly __tsm_version # Usage: command1 | and-pipe command2 diff --git a/src/core/version.zsh b/src/core/version.zsh index 4ef1024..99aa706 100644 --- a/src/core/version.zsh +++ b/src/core/version.zsh @@ -1,2 +1,2 @@ -local __tsm_version="0.2.2" +local __tsm_version="0.2.3" readonly __tsm_version