Skip to content

Commit a2fdbb6

Browse files
author
Peter Cottle
committed
Bump version and prep release
1 parent 97b309d commit a2fdbb6

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
@@ -5,8 +5,8 @@
55
class Fpp < Formula
66
desc "CLI program that accepts piped input and presents files for selection"
77
homepage "https://facebook.github.io/PathPicker/"
8-
url "https://github.com/facebook/PathPicker/releases/download/0.7.2/fpp.0.7.2.tar.gz"
9-
sha256 "bf49a971a3af710aafcd0adf1084df556dd94476d71bbe39eb058f5970ec4378"
8+
url "https://github.com/facebook/PathPicker/releases/download/0.8.2/fpp.0.8.2.tar.gz"
9+
sha256 "dea4fcd470c24c4a5a804307c86948da2a8d5fa5faaefe5892418f4ddae89c75"
1010
head "https://github.com/facebook/pathpicker.git"
1111

1212
bottle :unneeded

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from __future__ import print_function
66

77

8-
VERSION = '0.7.2'
8+
VERSION = '0.8.2'
99

1010

1111
if __name__ == '__main__':

0 commit comments

Comments
 (0)