From 3a26297dd849a7727ae883380cdcb97044d3fc1b Mon Sep 17 00:00:00 2001 From: Joseph Chilcote Date: Thu, 28 Jul 2016 10:18:35 -0700 Subject: [PATCH] posting 1.0.2 --- Makefile | 2 +- pkgroot/usr/local/vfuse/vfuse | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 19b38e6..ad12a22 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="1.0.1" +PKGVERSION="1.0.2" PKGID=com.chilcote.vfuse PROJECT="vfuse" diff --git a/pkgroot/usr/local/vfuse/vfuse b/pkgroot/usr/local/vfuse/vfuse index 2107543..df1b6f8 100755 --- a/pkgroot/usr/local/vfuse/vfuse +++ b/pkgroot/usr/local/vfuse/vfuse @@ -24,7 +24,7 @@ Requirements: ############################################################################## __author__ = 'Joseph Chilcote (chilcote@gmail.com)' -__version__ = '1.0.1' +__version__ = '1.0.2' import os import sys