diff --git a/package.xml b/package.xml
index 290fd7b..7560f45 100644
--- a/package.xml
+++ b/package.xml
@@ -22,9 +22,9 @@
mike@php.net
yes
- 2024-09-25
+ 2026-06-01
- 3.0.0
+ 3.0.1
3.0.0
@@ -33,13 +33,8 @@
3-Clause-BSD
@@ -194,6 +189,9 @@
+
+
+
@@ -209,6 +207,7 @@
+
@@ -226,6 +225,27 @@
+
+ 2024-09-25
+
+ 3.0.0
+ 3.0.0
+
+
+ stable
+ stable
+
+ 3-Clause-BSD
+
+
2023-06-02
diff --git a/php_msgpack.h b/php_msgpack.h
index b164094..0f4f610 100644
--- a/php_msgpack.h
+++ b/php_msgpack.h
@@ -3,7 +3,7 @@
#include "Zend/zend_smart_str.h" /* for smart_string */
-#define PHP_MSGPACK_VERSION "3.0.0"
+#define PHP_MSGPACK_VERSION "3.0.1"
extern zend_module_entry msgpack_module_entry;
#define phpext_msgpack_ptr &msgpack_module_entry