diff --git a/Makefile b/Makefile index 16fb547..523162a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Shameless fork from the far superior https://github.com/clburlison/pinpoint/blob/master/Makefile PKGTITLE="vfuse" -PKGVERSION="2.2.4" +PKGVERSION="2.2.5" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index f6b383f..3e1b546 100755 --- a/pkgroot/usr/local/vfuse/bin/vfuse +++ b/pkgroot/usr/local/vfuse/bin/vfuse @@ -52,7 +52,7 @@ except ImportError: from urllib2 import urlopen, HTTPError -__version__ = "2.2.4" +__version__ = "2.2.5" class Error(Exception):