Skip to content

Commit

Permalink
Bump version to v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed May 7, 2019
1 parent 00d58be commit 0a2d3fe
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.1.0/tmux-xpanes_v4.1.0.rpm
$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.1.1/tmux-xpanes_v4.1.1.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.1.0/bin/xpanes -O ./xpanes
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.1/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="/usr/bin/env bash"
# @Filename xpanes

set -u
readonly XP_VERSION="4.1.1-beta"
readonly XP_VERSION="4.1.1"

## 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.1.0
Version: 4.1.1
Group: Applications
License: MIT
Release: %(date '+%'s)
Expand Down

0 comments on commit 0a2d3fe

Please sign in to comment.