Skip to content

Commit 586876e

Browse files
committed
Release 0.0.2.
1 parent 92a1db7 commit 586876e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# php-embed x.x.x (not yet released)
1+
# php-embed 0.0.2 (2015-10-21)
22
* Add synchronous PHP access to JavaScript variables, functions, and
33
methods.
44
* Wrap JavaScript Buffer objects so they can be passed from PHP to JS.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "php-embed",
33
"description": "Bidirectional interoperability between PHP and Node.js",
4-
"version": "0.0.1-git",
4+
"version": "0.0.2",
55
"homepage": "http://github.com/cscott/node-php-embed",
66
"author": "C. Scott Ananian <[email protected]>",
77
"main": "lib/index",

src/node_php_embed.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define NODE_PHP_EMBED_H
33
#include <nan.h>
44

5-
#define NODE_PHP_EMBED_VERSION "0.0.1-git"
5+
#define NODE_PHP_EMBED_VERSION "0.0.2"
66

77
namespace node_php_embed {
88
class PhpRequestWorker;

0 commit comments

Comments
 (0)