diff --git a/package.xml b/package.xml
index cceba29..337f439 100644
--- a/package.xml
+++ b/package.xml
@@ -33,11 +33,11 @@
wjx@php.net
yes
- 2019-12-31
-
+ 2020-03-19
+
- 1.3.3.2
- 1.3.3.2
+ 1.3.4
+ 1.3.4
stable
@@ -45,7 +45,11 @@
BSD license
-- FIX free up stale sheets.
+- FEAT header support custom format.
+- FEAT putcsv custom delimiter.
+- FEAT ead skip cells,rows,empty value.
+- FIX read data method, the offset of the array index and the row of the cell.
+- FIX insertDate leaked.
@@ -255,6 +259,22 @@
+
+ 2019-12-31
+
+
+ 1.3.3.2
+ 1.3.3.2
+
+
+ stable
+ stable
+
+ BSD license
+
+ - FIX free up stale sheets.
+
+
2019-12-26
diff --git a/php_xlswriter.h b/php_xlswriter.h
index cdf3a9e..4219108 100644
--- a/php_xlswriter.h
+++ b/php_xlswriter.h
@@ -18,7 +18,7 @@
extern zend_module_entry xlswriter_module_entry;
#define phpext_xlswriter_ptr &xlswriter_module_entry
-#define PHP_XLSWRITER_VERSION "1.3.3.2"
+#define PHP_XLSWRITER_VERSION "1.3.4"
#ifdef PHP_WIN32
# define PHP_VTIFUL_API __declspec(dllexport)