Update dependency on M::P::Notifications to be compatible with recent versions of Mojolicious

Change-Id: I202e02f8787e6cb5a28430a1d544ffb4936176b5
diff --git a/Changes b/Changes
index f4b7bcc..414f589 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
-0.34 2019-04-02
-        - Introduced guided tour (hebasta, #19)
+0.34 2019-05-14
+        - Introduced guided tour (hebasta, #19).
+        - Updated dependency on M::P::Notifications to
+          be compatible with recent versions of Mojolicious.
 
 0.33 2019-03-28
         - Fix problem with serialization and deserialization
diff --git a/Makefile.PL b/Makefile.PL
index f00a3ad..19c606e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -18,7 +18,7 @@
     'Mojolicious::Plugin::TagHelpers::Pagination' => 0.07,
     'Mojolicious::Plugin::TagHelpers::MailToChiffre' => 0.09,
     'Mojolicious::Plugin::ClosedRedirect' => 0.14,
-    'Mojolicious::Plugin::Notifications' => 1.01,
+    'Mojolicious::Plugin::Notifications' => 1.03,
     'Mojolicious::Plugin::MailException' => 0.20,
     'Mojolicious::Plugin::Util::RandomString' => 0.08,
     'Mojolicious::Plugin::CHI' => 0.20,