Skip to content

Commit 2199593

Browse files
committed
Bump version to v4.2.0
1 parent 5972625 commit 2199593

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Please install tmux manually.
113113
After that, download deb file from [release page](https://github.com/greymd/tmux-xpanes/releases) and install.
114114

115115
```
116-
$ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.1.4/tmux-xpanes_v4.1.4.deb
116+
$ wget https://github.com/greymd/tmux-xpanes/releases/download/v4.2.0/tmux-xpanes_v4.2.0.deb
117117
$ sudo dpkg -i tmux-xpanes*.deb
118118
$ rm tmux-xpanes*.deb
119119
```
@@ -135,7 +135,7 @@ zplug "greymd/tmux-xpanes"
135135

136136
```sh
137137
# Download with wget
138-
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.4/bin/xpanes -O ./xpanes
138+
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.2.0/bin/xpanes -O ./xpanes
139139

140140
# Put it under PATH and make it executable.
141141
$ sudo install -m 0755 xpanes /usr/local/bin/xpanes

bin/xpanes

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readonly XP_SHELL="/usr/bin/env bash"
55
# @Filename xpanes
66

77
set -u
8-
readonly XP_VERSION="4.1.4"
8+
readonly XP_VERSION="4.2.0"
99

1010
## trap might be updated in 'xpns_pre_execution' function
1111
trap 'rm -f "${XP_CACHE_HOME}"/__xpns_*$$; xpns_clean_session' EXIT

xpanes.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: xpanes
22
Summary: Awesome tmux-based terminal divider
3-
Version: 4.1.4
3+
Version: 4.2.0
44
Group: Applications
55
License: MIT
66
Release: %(date '+%'s)

0 commit comments

Comments
 (0)