Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MKHenson committed Oct 13, 2016
1 parent 4ec2f17 commit db7b8db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions git-logs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
// ====================


Expand Down
2 changes: 1 addition & 1 deletion install-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
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": "webinate-blacktip",
"version": "0.1.2",
"version": "0.1.4",
"description": "A tempate for the Webinate 2015 website",
"main": "gulpfile.js",
"author": "Mathew Henson",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*
Expand Down

0 comments on commit db7b8db

Please sign in to comment.