Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Jun 12, 2016
1 parent c2599be commit 26452f2
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.5 (Unreleased)
## 0.5 (2016-06-11)

Bugfixes:

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.4
VERSION=0.5

CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE
CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic
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.4/fzy_0.4-1_amd64.deb
sudo dpkg -i fzy_0.4-1_amd64.deb
wget https://github.com/jhawthorn/fzy/releases/download/0.5/fzy_0.5-1_amd64.deb
sudo dpkg -i fzy_0.5-1_amd64.deb

### Fedora/Redhat/CentOS

sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.4/fzy-0.4-1.x86_64.rpm
sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.5/fzy-0.5-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 "2016-05-16" "fzy 0.4"
.TH FZY 1 "2016-06-11" "fzy 0.5"
.SH NAME
fzy \- A fuzzy text selector menu for the terminal.
.SH SYNOPSIS
Expand Down

0 comments on commit 26452f2

Please sign in to comment.