Skip to content

Commit

Permalink
Bump version and prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Aug 8, 2019
1 parent 97b309d commit a2fdbb6
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
Expand Up @@ -5,8 +5,8 @@
class Fpp < Formula
desc "CLI program that accepts piped input and presents files for selection"
homepage "https://facebook.github.io/PathPicker/"
url "https://github.com/facebook/PathPicker/releases/download/0.7.2/fpp.0.7.2.tar.gz"
sha256 "bf49a971a3af710aafcd0adf1084df556dd94476d71bbe39eb058f5970ec4378"
url "https://github.com/facebook/PathPicker/releases/download/0.8.2/fpp.0.8.2.tar.gz"
sha256 "dea4fcd470c24c4a5a804307c86948da2a8d5fa5faaefe5892418f4ddae89c75"
head "https://github.com/facebook/pathpicker.git"

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


VERSION = '0.7.2'
VERSION = '0.8.2'


if __name__ == '__main__':
Expand Down

0 comments on commit a2fdbb6

Please sign in to comment.