diff --git a/package.xml b/package.xml
index 700d616..abc0348 100644
--- a/package.xml
+++ b/package.xml
@@ -28,10 +28,10 @@
sean@siobud.com
no
- 2021-04-10
+ 2021-12-31
- 1.5.0
- 1.5.0
+ 1.5.1
+ 1.5.1
stable
@@ -39,7 +39,8 @@
BSD, revised
@@ -109,6 +110,21 @@
gnupg
+
+ 2021-04-10
+
+ 1.5.0
+ 1.5.0
+
+
+ stable
+ stable
+
+ BSD, revised
+
+
2021-03-07
diff --git a/php_gnupg.h b/php_gnupg.h
index b8a7fd0..fd41f5d 100644
--- a/php_gnupg.h
+++ b/php_gnupg.h
@@ -18,7 +18,7 @@
extern zend_module_entry gnupg_module_entry;
#define phpext_gnupg_ptr &gnupg_module_entry
-#define PHP_GNUPG_VERSION "1.5.0"
+#define PHP_GNUPG_VERSION "1.5.1"
#ifdef PHP_WIN32
#define PHP_GNUPG_API __declspec(dllexport)