Skip to content

Commit

Permalink
Bump version to v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed May 9, 2020
1 parent 6962061 commit 8f80663
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 @@ -89,7 +89,7 @@ $ sudo dnf install xpanes
## With `yum` (For CentOS7, RHEL7 users)

```sh
$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.1.1/tmux-xpanes_v4.1.1.rpm
$ sudo yum install https://github.com/greymd/tmux-xpanes/releases/download/v4.1.2/tmux-xpanes_v4.1.2.rpm
```

## With `apt` (For Ubuntu users)
Expand Down Expand Up @@ -120,7 +120,7 @@ zplug "greymd/tmux-xpanes"

```sh
# Download with wget
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.1/bin/xpanes -O ./xpanes
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.2/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.2-beta"
readonly XP_VERSION="4.1.2"

## trap might be updated in 'xpns_pre_execution' function
trap 'rm -f "${XP_CACHE_HOME}"/__xpns_*$$; xpns_clean_session' EXIT
Expand Down
2 changes: 1 addition & 1 deletion xpanes.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: xpanes
Summary: Awesome tmux-based terminal divider
Version: 4.1.1
Version: 4.1.2
Group: Applications
License: MIT
Release: %(date '+%'s)
Expand Down

0 comments on commit 8f80663

Please sign in to comment.