From 669f13dd107852ebabe267f47d96aa54859e9f26 Mon Sep 17 00:00:00 2001 From: greymd Date: Wed, 13 Mar 2019 21:31:07 +0000 Subject: [PATCH] Bump version to v4.1.0 --- README.md | 4 ++-- bin/xpanes | 2 +- tmux-xpanes.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85bce15..051e88b 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ $ brew install tmux-xpanes ## With `yum` (For CentOS, RHEL users) ```sh -$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.0.0/tmux-xpanes_v4.0.0.rpm +$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.1.0/tmux-xpanes_v4.1.0.rpm ``` ## With `apt` (For Ubuntu users) @@ -111,7 +111,7 @@ zplug "greymd/tmux-xpanes" ```sh # Download with wget -$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.0.0/bin/xpanes -O ./xpanes +$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.0/bin/xpanes -O ./xpanes # Put it under PATH and make it executable. $ sudo install -m 0755 xpanes /usr/local/bin/xpanes diff --git a/bin/xpanes b/bin/xpanes index 1167bde..131f5b0 100755 --- a/bin/xpanes +++ b/bin/xpanes @@ -5,7 +5,7 @@ readonly XP_SHELL="/bin/bash" # @Filename xpanes set -u -readonly XP_VERSION="4.1.0-beta" +readonly XP_VERSION="4.1.0" ## trap might be updated in 'xpns_pre_execution' function trap 'rm -f "${XP_CACHE_HOME}"/__xpns_*$$; rm -f "${XP_DEFAULT_SOCKET_PATH}"' EXIT diff --git a/tmux-xpanes.spec b/tmux-xpanes.spec index 8b62186..d588c8e 100644 --- a/tmux-xpanes.spec +++ b/tmux-xpanes.spec @@ -1,7 +1,7 @@ Name: tmux-xpanes Summary: Awesome tmux-based terminal divider -Version: 4.0.0 +Version: 4.1.0 Group: Applications License: MIT Release: %(date '+%'s)