summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-02-03 22:32:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-02-03 22:32:52 +0900
commit6654239c94667fefb38d76cfc47b6abf5ced8149 (patch)
tree04b50308f52e9af88384ec4022b39fb3327aac73
parent1b61e5e9e979d435e3d0b23bb76822e52feaf74a (diff)
0.25.10.25.1
-rw-r--r--CHANGELOG.md1
-rwxr-xr-xinstall2
-rw-r--r--install.ps12
3 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f181c124..7d15600d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@ CHANGELOG
------
- Added `close` action
- Close preview window if open, abort fzf otherwise
+- Bug fixes and improvements
0.25.0
------
diff --git a/install b/install
index bfee2086..56f98a3d 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
set -u
-version=0.25.0
+version=0.25.1
auto_completion=
key_bindings=
update_config=2
diff --git a/install.ps1 b/install.ps1
index 6d4e6811..dc7996db 100644
--- a/install.ps1
+++ b/install.ps1
@@ -1,4 +1,4 @@
-$version="0.25.0"
+$version="0.25.1"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition