From 6ca77b11b52b58e67ba5811ff486cba0c3979ad4 Mon Sep 17 00:00:00 2001 From: Robert Audi Date: Sat, 18 Mar 2017 11:36:34 +0200 Subject: [PATCH] Bump version to 0.1.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 17e51c3..d917d3e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.1.1 +0.1.2 diff --git a/dist/bin/tsm b/dist/bin/tsm index 1fa4ee7..c85f080 100755 --- a/dist/bin/tsm +++ b/dist/bin/tsm @@ -86,7 +86,7 @@ readonly -l __tsm_commands # -------------------------------------------------------------------------- }}} -local __tsm_version="0.1.1" +local __tsm_version="0.1.2" readonly __tsm_version # Usage: command1 | and-pipe command2 diff --git a/src/core/version.zsh b/src/core/version.zsh index e95e8e0..b381465 100644 --- a/src/core/version.zsh +++ b/src/core/version.zsh @@ -1,2 +1,2 @@ -local __tsm_version="0.1.1" +local __tsm_version="0.1.2" readonly __tsm_version