diff --git a/Changes b/Changes
index 7a5553c..4179807 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,6 @@
 Revision history for Perl extension URI::Nested.
 
+0.11
+
 0.10  2013-12-19T23:31:12Z
       - Initial version.
diff --git a/META.json b/META.json
index 2f09a46..f56f26c 100644
--- a/META.json
+++ b/META.json
@@ -4,13 +4,13 @@
       "David E. Wheeler <david@justatheory.com>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830",
+   "generated_by" : "Module::Build version 0.4231",
    "license" : [
       "perl_5"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
-      "version" : "2"
+      "version" : 2
    },
    "name" : "URI-Nested",
    "prereqs" : {
@@ -35,7 +35,7 @@
    "provides" : {
       "URI::Nested" : {
          "file" : "lib/URI/Nested.pm",
-         "version" : "0.10"
+         "version" : "0.11"
       }
    },
    "release_status" : "stable",
@@ -51,5 +51,6 @@
          "url" : "https://github.com/theory/uri-nested/"
       }
    },
-   "version" : "0.10"
+   "version" : "0.11",
+   "x_serialization_backend" : "JSON::PP version 4.06"
 }
diff --git a/META.yml b/META.yml
index 3c4d3f4..2442c6b 100644
--- a/META.yml
+++ b/META.yml
@@ -3,27 +3,28 @@ abstract: 'Nested URIs'
 author:
   - 'David E. Wheeler <david@justatheory.com>'
 build_requires:
-  Module::Build: 0.30
-  Test::More: 0.88
+  Module::Build: '0.30'
+  Test::More: '0.88'
 configure_requires:
-  Module::Build: 0.30
+  Module::Build: '0.30'
 dynamic_config: 1
-generated_by: 'Module::Build version 0.4007, CPAN::Meta::Converter version 2.132830'
+generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: URI-Nested
 provides:
   URI::Nested:
     file: lib/URI/Nested.pm
-    version: 0.10
+    version: '0.11'
 requires:
-  URI: 1.40
-  perl: 5.008001
+  URI: '1.40'
+  perl: '5.008001'
 resources:
   bugtracker: https://github.com/theory/uri-nested/issues/
   homepage: https://metacpan.org/release/URI-Nested/
   license: http://dev.perl.org/licenses/
   repository: https://github.com/theory/uri-nested/
-version: 0.10
+version: '0.11'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff --git a/README.md b/README.md
index ee7c041..9d099bf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-URI/Nested version 0.10
+URI/Nested version 0.11
 =======================
 
 This library implements a Perl interface for nested URIs -- that is, URIs that
diff --git a/debian/changelog b/debian/changelog
index 2f22773..b788413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liburi-nested-perl (0.10-3) UNRELEASED; urgency=medium
+liburi-nested-perl (0.10+git20200415.1.642e2e6-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -12,7 +12,10 @@ liburi-nested-perl (0.10-3) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/watch: use uscan version 4.
 
- -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 30 Jan 2016 20:07:19 +0100
+  [ Debian Janitor ]
+  * New upstream snapshot.
+
+ -- Salvatore Bonaccorso <carnil@debian.org>  Sat, 07 May 2022 03:06:23 -0000
 
 liburi-nested-perl (0.10-2.1) unstable; urgency=medium
 
diff --git a/lib/URI/Nested.pm b/lib/URI/Nested.pm
index 297fe78..12a0b87 100644
--- a/lib/URI/Nested.pm
+++ b/lib/URI/Nested.pm
@@ -2,7 +2,7 @@ package URI::Nested;
 
 use strict;
 use 5.8.1;
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 use overload '""' => 'as_string', fallback => 1;
 
 sub prefix {