Skip to content

Commit

Permalink
Bump version to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Mar 30, 2021
1 parent e2e702f commit d35aa3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ zplug "greymd/tmux-xpanes"

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

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

0 comments on commit d35aa3d

Please sign in to comment.