diff --git a/package.xml b/package.xml
index 9a29b78..7d10903 100644
--- a/package.xml
+++ b/package.xml
@@ -29,9 +29,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
yes
- 2024-10-08
+ 2025-05-12
- 1.3.0dev
+ 1.3.0
1.3.0
diff --git a/php_uuid.h b/php_uuid.h
index 3878785..cae0965 100644
--- a/php_uuid.h
+++ b/php_uuid.h
@@ -37,8 +37,8 @@ extern "C" {
#include
#ifdef HAVE_UUID
-#define PHP_UUID_VERSION "1.3.0-dev"
-#define PHP_UUID_RELEASED "2024-10-08"
+#define PHP_UUID_VERSION "1.3.0"
+#define PHP_UUID_RELEASED "2025-05-12"
#define PHP_UUID_STATE "stable"
#define PHP_UUID_AUTHORS "Hartmut Holzgraefe, Remi Collet"