Skip to content

Commit

Permalink
Release 0.0.1.
Browse files Browse the repository at this point in the history
Why not?
  • Loading branch information
cscott committed Oct 10, 2015
1 parent c4235dc commit 382db5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# node-php x.x.x (not yet released)
* Initial release
# node-php 0.0.1 (2015-10-10)
* Initial release: just a basic async invocation of a PHP request,
with streaming back to node.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "php-embed",
"description": "Bidirectional interoperability between PHP and Node.js",
"version": "0.0.0-git",
"version": "0.0.1",
"homepage": "http://github.com/cscott/node-php-embed",
"author": "C. Scott Ananian <cscott@cscott.net>",
"main": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion src/node_php_embed.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define NODE_PHP_EMBED_H
#include <nan.h>

#define NODE_PHP_EMBED_VERSION "0.0.0"
#define NODE_PHP_EMBED_VERSION "0.0.1"

namespace node_php_embed {
class PhpRequestWorker;
Expand Down

0 comments on commit 382db5a

Please sign in to comment.