diff --git a/package.xml b/package.xml
index a408554..db443db 100644
--- a/package.xml
+++ b/package.xml
@@ -10,7 +10,7 @@
krakjoe@php.net
yes
- 2016-10-30
+ 2016-11-02
2.0.0
@@ -36,95 +36,103 @@
Allow UI\Draw\Color (or RRGGBBAA integer) in place of UI\Draw\Brush (fill, stroke)
UI\Executor:
Scheduled executor service for animations superceeds and replaces App::onTick mechanism
+ UI\App:
+ Removed, it should be obvious that run/quit are global functions
+ UI\Window:
+ Fixed onClosing
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/php_ui.h b/php_ui.h
index a621730..2453253 100644
--- a/php_ui.h
+++ b/php_ui.h
@@ -24,7 +24,7 @@
extern zend_module_entry ui_module_entry;
#define phpext_ui_ptr &ui_module_entry
-#define PHP_UI_VERSION "2.0.0dev"
+#define PHP_UI_VERSION "2.0.0"
#ifdef PHP_WIN32
# define PHP_UI_API __declspec(dllexport)