Skip to content

Commit d88d197

Browse files
committed
Version 0.7
1 parent 7812c55 commit d88d197

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.6
1+
VERSION=0.7
22

33
CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
44
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ the default is `/usr/local`.
4343

4444
### Ubuntu/Debian 64-bit
4545

46-
wget https://github.com/jhawthorn/fzy/releases/download/0.6/fzy_0.6-1_amd64.deb
47-
sudo dpkg -i fzy_0.6-1_amd64.deb
46+
wget https://github.com/jhawthorn/fzy/releases/download/0.7/fzy_0.7-1_amd64.deb
47+
sudo dpkg -i fzy_0.7-1_amd64.deb
4848

4949
### Fedora/Redhat/CentOS
5050

51-
sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.6/fzy-0.6-1.x86_64.rpm
51+
sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.7/fzy-0.7-1.x86_64.rpm
5252

5353
### Arch Linux
5454

fzy.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH FZY 1 "2016-07-26" "fzy 0.6"
1+
.TH FZY 1 "2016-08-03" "fzy 0.7"
22
.SH NAME
33
fzy \- A fuzzy text selector menu for the terminal.
44
.SH SYNOPSIS

0 commit comments

Comments
 (0)