Skip to content

Commit

Permalink
bump. version
Browse files Browse the repository at this point in the history
  • Loading branch information
I60R committed Dec 22, 2022
1 parent fed2ee4 commit adba05f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "page"
version = "4.6.0"
version = "4.6.1"
authors = ["160R <160R@protonmail.com>"]
description = "Pager powered by neovim and inspired by neovim-remote"
repository = "https://github.com/I60R/page"
Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
_pkgname=page
pkgname=${_pkgname}-git
pkgrel=1
pkgver=v4.5.0
pkgver=v4.6.1
pkgdesc='Pager powered by neovim and inspired by neovim-remote'
arch=('i686' 'x86_64')
url="https://github.com/I60R/page"
Expand Down
2 changes: 1 addition & 1 deletion src/pager/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ mod output_buffer_usage {

let mut page_pty = String::with_capacity(15);

std::process::Command::new("./page")
std::process::Command::new("page")
.stdout(std::process::Stdio::piped())
.args(page_args)
.arg("--pagerize-hidden")
Expand Down

0 comments on commit adba05f

Please sign in to comment.