From d1705896021127da67865c2c38ee49e3c3f6da91 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Thu, 18 Jan 2018 06:51:16 +0530 Subject: [PATCH] Bump to v.1.1.0 (See README.md#Versioning) --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5653090..d83441a 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,8 @@ Bring the power of Node.JS to your WordPress environment! 2. Download WordPress from https://wordpress.org and place the extracted files under `/wp`. 3. [Optional] If you're on Linux, edit the config file to point to your `php-cgi` bin file. 4. Run `npm install` to install dependencies (Express). -5. Run `node .` to start the server. \ No newline at end of file +5. Run `node .` to start the server. + +### Versioning + +Due to certain reasons, our versioning bumps from `v.0.1.0` to `v.1.1.0`. Due to this, the project should be considered unstable until `v.2.0.0` which will be the first public release version. \ No newline at end of file diff --git a/package.json b/package.json index f4fa3d8..c79a53a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "w", - "version": "0.1.0", + "version": "1.1.0", "description": "WordBoxed—A truly modern WordPress site development (and deployment) environment.", "main": "server.js", "scripts": {