Skip to content

Commit

Permalink
fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
chilcote committed Jul 15, 2019
1 parent c9db3b5 commit 1ed4d53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile

PKGTITLE="vfuse"
PKGVERSION="2.2.1"
PKGVERSION="2.2.2"
PKGID=com.github.vfuse
PROJECT="vfuse"

Expand Down
2 changes: 1 addition & 1 deletion pkgroot/usr/local/vfuse/bin/vfuse
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ except ImportError:
from urllib2 import urlopen, HTTPError


__version__ = "2.2.1"
__version__ = "2.2.2"


class Error(Exception):
Expand Down

0 comments on commit 1ed4d53

Please sign in to comment.