Skip to content

Commit

Permalink
Release 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cscott committed Oct 30, 2015
1 parent e2a56e7 commit 48c8546
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# php-embed x.x.x (not yet released)
# php-embed 0.5.1 (2015-10-29)
* Support passing cookies and POST data to PHP request.

# php-embed 0.5.0 (2015-10-28)
Expand Down
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 in a single process",
"version": "0.5.0-git",
"version": "0.5.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 @@ -7,7 +7,7 @@
#define NODE_PHP_EMBED_NODE_PHP_EMBED_H_

// This should match the version declared in package.json.
#define NODE_PHP_EMBED_VERSION "0.5.0-git"
#define NODE_PHP_EMBED_VERSION "0.5.1"

extern "C" {
#include "TSRM/TSRM.h"
Expand Down

0 comments on commit 48c8546

Please sign in to comment.