Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sammacbeth committed Jun 14, 2018
1 parent bd3794d commit b4b1eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b4b1eb2

Please sign in to comment.