Skip to content

Commit

Permalink
Version bump to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Aug 30, 2019
1 parent 2ad9647 commit 5c741ea
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.8.2/fpp.0.8.2.tar.gz"
sha256 "dea4fcd470c24c4a5a804307c86948da2a8d5fa5faaefe5892418f4ddae89c75"
url "https://github.com/facebook/PathPicker/releases/download/0.9.2/fpp.0.9.2.tar.gz"
sha256 "f2b233b1e18bdafb1cd1728305e926aabe217406e65091f1e58589e6157e1952"
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.8.2'
VERSION = '0.9.2'


if __name__ == '__main__':
Expand Down

0 comments on commit 5c741ea

Please sign in to comment.