diff --git a/package.xml b/package.xml
index 854d918..bbf56b0 100644
--- a/package.xml
+++ b/package.xml
@@ -16,11 +16,11 @@
stesie@php.net
yes
- 2015-08-27
-
+ 2015-09-01
+
- 0.2.3
- 0.2.3
+ 0.2.4
+ 0.2.4
beta
@@ -28,8 +28,7 @@
The MIT License (MIT)
-- Fix FLAG_FORCE_ARRAY affecting V8Function objects
-- Fix memory leak with repeated calls of methods on exported PHP objects
+- Fix memory leak with repeated Array exports from PHP to JS
@@ -171,7 +170,7 @@
-
+
@@ -181,8 +180,8 @@
-
-
+
+
@@ -191,7 +190,7 @@
-
+
@@ -373,5 +372,20 @@
- Fix memory leak with repeated calls of methods on exported PHP objects
+
+
+ 0.2.4
+ 0.2.4
+
+
+ beta
+ beta
+
+ 2015-09-01
+ The MIT License (MIT)
+
+- Fix memory leak with repeated Array exports from PHP to JS
+
+
diff --git a/php_v8js_macros.h b/php_v8js_macros.h
index 252710d..afbde03 100644
--- a/php_v8js_macros.h
+++ b/php_v8js_macros.h
@@ -53,7 +53,7 @@ extern "C" {
#endif
/* V8Js Version */
-#define PHP_V8JS_VERSION "0.2.3"
+#define PHP_V8JS_VERSION "0.2.4"
/* Hidden field name used to link JS wrappers with underlying PHP object */
#define PHPJS_OBJECT_KEY "phpjs::object"