From db7b8db46230ca8f64ea1aa03f50df05f202e709 Mon Sep 17 00:00:00 2001 From: Mathew Henson Date: Thu, 13 Oct 2016 16:34:20 +0100 Subject: [PATCH] v0.1.4 --- git-logs.js | 4 ++-- install-script.sh | 2 +- package.json | 2 +- readme.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/git-logs.js b/git-logs.js index f3fec0a..6bb9a14 100644 --- a/git-logs.js +++ b/git-logs.js @@ -11,8 +11,8 @@ // NB - UPDATE THESE TO THE TAGS // ==================== -var prevTag = "v0.1.1"; -var nextTag = "v0.1.3"; +var prevTag = "v0.1.3"; +var nextTag = "v0.1.4"; // ==================== diff --git a/install-script.sh b/install-script.sh index b276d98..9b27f45 100644 --- a/install-script.sh +++ b/install-script.sh @@ -6,7 +6,7 @@ set -e # Functiom that prints the latest stable version version() { - echo "0.1.3" + echo "0.1.4" } echo "Downloading latest version from github $(version)" diff --git a/package.json b/package.json index f57f239..6ce571c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webinate-blacktip", - "version": "0.1.2", + "version": "0.1.4", "description": "A tempate for the Webinate 2015 website", "main": "gulpfile.js", "author": "Mathew Henson", diff --git a/readme.md b/readme.md index 3f5a1fd..ee691ef 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Blacktip is built in Angular and relies on Webinate's [ModePress](https://github to provide some its backend content. ## Current stable version -* Version v0.1.3 +* Version v0.1.4 ## Requirements * MongoDB v3.*