Skip to content

Commit

Permalink
Bump version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Mar 13, 2019
1 parent 99037a5 commit 669f13d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/xpanes
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tmux-xpanes.spec
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 669f13d

Please sign in to comment.