Skip to content

Commit 17d489c

Browse files
committed
Version bump for 0.6.1
1 parent d5091d5 commit 17d489c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fpp.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Fpp < Formula
22
homepage "https://facebook.github.io/PathPicker/"
3-
url "https://github.com/facebook/PathPicker/releases/download/0.6.0/fpp.0.6.0.tar.gz"
4-
sha256 "5e3f9e8ffa5e5d0f4608af521458a93010f2f504ce936ac33cf376505099dc65"
3+
url "https://github.com/facebook/PathPicker/releases/download/0.6.1/fpp.0.6.1.tar.gz"
4+
sha256 "800a6dcf0cfe55fae9b901b2827f2706ef85812cc4d7d6676dde359c62235428"
55
head "https://github.com/facebook/pathpicker.git"
66

77
bottle do

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from __future__ import print_function
99

1010

11-
VERSION = '0.6.0'
11+
VERSION = '0.6.1'
1212

1313

1414
if __name__ == '__main__':

0 commit comments

Comments
 (0)