summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--meson.build2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bc6ff290b..8afa3f1cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+3.33.3 - June 14, 2019
+======================
+
+- More fixes for web app migration (#713)
+- More password manager fixes
+- Add mobile user agent setting
+
3.33.2 - June 6, 2019
=====================
diff --git a/meson.build b/meson.build
index 7ca728cd9..cb0624117 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('epiphany', 'c',
license: 'GPL3+',
- version: '3.33.2',
+ version: '3.33.3',
meson_version: '>= 0.46.0',
default_options: ['c_std=gnu11',
'warning_level=2']