From b4b1eb29a6b2d706482bc8bd7093d98fbe294531 Mon Sep 17 00:00:00 2001 From: Sam Macbeth Date: Thu, 14 Jun 2018 11:05:51 +0200 Subject: [PATCH] Bump version. --- installer.sh | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 9e5b590..2a56fd5 100755 --- a/installer.sh +++ b/installer.sh @@ -3,7 +3,7 @@ { # this ensures the entire script is downloaded # REPO_URL="https://github.com/sammacbeth/dat-fox-helper/releases/download" -TAG="v0.0.6" +TAG="v0.0.7" MANIFEST_URL="https://raw.githubusercontent.com/sammacbeth/dat-fox-helper/$TAG/dathelper.json" if [[ "$OSTYPE" == "linux-gnu" ]]; then diff --git a/package.json b/package.json index 6774ac6..8295f04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dat-fox-helper", - "version": "0.0.6", + "version": "0.0.7", "description": "Bridge to Dat for a browser extension", "main": "index.js", "scripts": {