diff --git a/git-logs.js b/git-logs.js index b9cdc321..d38cac8c 100644 --- a/git-logs.js +++ b/git-logs.js @@ -3,8 +3,8 @@ var fs = require('fs') var exec = require('child_process').exec; var child; -var prevTag = "v0.3.1"; -var nextTag = "v0.3.2"; +var prevTag = "v0.3.2"; +var nextTag = "v0.4.0"; // Executes the git log command diff --git a/install-script.sh b/install-script.sh index 94a647c3..62ad9352 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.3.2" + echo "0.4.0" } echo "Downloading latest version from github $(version)" diff --git a/package.json b/package.json index 0803b359..8e8d4088 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "modepress-server", - "version": "0.3.2", + "version": "0.4.0", "description": "The modepress server & API", "main": "gulpfile.js", "author": "Mathew Henson", diff --git a/readme.md b/readme.md index 1be196ec..7ae49a6a 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ Both mongo and node must be setup and running before you can run modepress. Modepress also requires an instance of webinate-users to be running. ## Current stable version -* v0.3.2 +* v0.4.0 ## Requirements * MongoDB v3