Skip to content

Commit

Permalink
Version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Apr 17, 2017
1 parent 6c1bbcf commit 204eaec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.9 (unreleased)
## 0.9 (2017-04-17)

Features:

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=0.8
VERSION=0.9

CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ the default is `/usr/local`.

### Ubuntu/Debian 64-bit

wget https://github.com/jhawthorn/fzy/releases/download/0.8/fzy_0.8-1_amd64.deb
sudo dpkg -i fzy_0.8-1_amd64.deb
wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb
sudo dpkg -i fzy_0.9-1_amd64.deb

### Fedora/Redhat/CentOS

sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.8/fzy-0.8-1.x86_64.rpm
sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.9/fzy-0.9-1.x86_64.rpm

### Arch Linux

Expand Down
2 changes: 1 addition & 1 deletion fzy.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH FZY 1 "2017-01-01" "fzy 0.8"
.TH FZY 1 "2017-04-17" "fzy 0.9"
.SH NAME
fzy \- A fuzzy text selector menu for the terminal.
.SH SYNOPSIS
Expand Down

0 comments on commit 204eaec

Please sign in to comment.