Browse Source

Bump to v.1.1.0 (See README.md#Versioning)

master
Muthu Kumar 7 years ago
parent
commit
d170589602
  1. 6
      README.md
  2. 2
      package.json

6
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`. 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. 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). 4. Run `npm install` to install dependencies (Express).
5. Run `node .` to start the server. 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.

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "w", "name": "w",
"version": "0.1.0", "version": "1.1.0",
"description": "WordBoxed—A truly modern WordPress site development (and deployment) environment.", "description": "WordBoxed—A truly modern WordPress site development (and deployment) environment.",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {

Loading…
Cancel
Save