Skip to content

Commit

Permalink
Bump version to v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Feb 5, 2024
1 parent 5972625 commit 2199593
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 @@ -113,7 +113,7 @@ Please install tmux manually.
After that, download deb file from [release page](https://github.com/greymd/tmux-xpanes/releases) and install.

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

```sh
# Download with wget
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.1.4/bin/xpanes -O ./xpanes
$ wget https://raw.githubusercontent.com/greymd/tmux-xpanes/v4.2.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="/usr/bin/env bash"
# @Filename xpanes

set -u
readonly XP_VERSION="4.1.4"
readonly XP_VERSION="4.2.0"

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

0 comments on commit 2199593

Please sign in to comment.