diff --git a/fpp.rb b/fpp.rb index c2beee60..7338b39c 100644 --- a/fpp.rb +++ b/fpp.rb @@ -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 diff --git a/src/version.py b/src/version.py index e32e204b..79551c73 100755 --- a/src/version.py +++ b/src/version.py @@ -8,7 +8,7 @@ from __future__ import print_function -VERSION = '0.6.0' +VERSION = '0.6.1' if __name__ == '__main__':