diff --git a/admin/package.json b/admin/package.json index a95b5267..5dee6bfe 100644 --- a/admin/package.json +++ b/admin/package.json @@ -1,6 +1,6 @@ { "name": "modepress-admin-client", - "version": "0.1.1", + "version": "0.2.0", "description": "The modepress admin client for interacting with the API", "main": "gulpfile.js", "author": "Mathew Henson", diff --git a/install-script.sh b/install-script.sh index 6bedd6ef..22295a3c 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.1" + echo "0.2.0" } echo "Downloading latest version from github $(version)" diff --git a/readme.md b/readme.md index 7f3ec0be..cf20c46a 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.1.1 +* v0.2.0 ## Requirements * MongoDB v3 diff --git a/server/dist/package.json b/server/dist/package.json index 8090b312..26d56962 100644 --- a/server/dist/package.json +++ b/server/dist/package.json @@ -1,6 +1,6 @@ { "name": "modepress", - "version": "0.1.1", + "version": "0.2.0", "description": "A simple Mongo-Node CMS server. The server can be accessed via an admin panel and content can be requested via its RESTful API", "main": "main.js", "author": "Mathew Henson", diff --git a/server/package.json b/server/package.json index 1906875b..bc8285fe 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "modepress-server", - "version": "0.1.1", + "version": "0.2.0", "description": "The modepress server & API", "main": "gulpfile.js", "author": "Mathew Henson",