diff --git a/Makefile b/Makefile index efd3df3..4cc53c2 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.0.4" +PKGVERSION="2.0.5" PKGID=com.github.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/bin/vfuse b/pkgroot/usr/local/vfuse/bin/vfuse index 01eb35a..d2205a2 100755 --- a/pkgroot/usr/local/vfuse/bin/vfuse +++ b/pkgroot/usr/local/vfuse/bin/vfuse @@ -24,7 +24,7 @@ Requirements: ############################################################################## __author__ = 'Joseph Chilcote (chilcote@gmail.com)' -__version__ = '2.0.4' +__version__ = '2.0.5' import argparse import glob