Skip to content

Commit

Permalink
Version bump for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pcottle committed Jun 8, 2015
1 parent d5091d5 commit 17d489c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions fpp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Fpp < Formula
homepage "https://facebook.github.io/PathPicker/"
url "https://github.com/facebook/PathPicker/releases/download/0.6.0/fpp.0.6.0.tar.gz"
sha256 "5e3f9e8ffa5e5d0f4608af521458a93010f2f504ce936ac33cf376505099dc65"
url "https://github.com/facebook/PathPicker/releases/download/0.6.1/fpp.0.6.1.tar.gz"
sha256 "800a6dcf0cfe55fae9b901b2827f2706ef85812cc4d7d6676dde359c62235428"
head "https://github.com/facebook/pathpicker.git"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from __future__ import print_function


VERSION = '0.6.0'
VERSION = '0.6.1'


if __name__ == '__main__':
Expand Down

0 comments on commit 17d489c

Please sign in to comment.