summaryrefslogtreecommitdiff
path: root/lib/Dancer2/Serializer/Mutable.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer2/Serializer/Mutable.pm')
-rw-r--r--lib/Dancer2/Serializer/Mutable.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dancer2/Serializer/Mutable.pm b/lib/Dancer2/Serializer/Mutable.pm
index 6e8e34fe..1aba36d1 100644
--- a/lib/Dancer2/Serializer/Mutable.pm
+++ b/lib/Dancer2/Serializer/Mutable.pm
@@ -1,6 +1,6 @@
package Dancer2::Serializer::Mutable;
# ABSTRACT: Serialize and deserialize content based on HTTP header
-$Dancer2::Serializer::Mutable::VERSION = '1.0.0';
+$Dancer2::Serializer::Mutable::VERSION = '1.1.0';
use Moo;
use Carp 'croak';
use Encode;
@@ -121,7 +121,7 @@ Dancer2::Serializer::Mutable - Serialize and deserialize content based on HTTP h
=head1 VERSION
-version 1.0.0
+version 1.1.0
=head1 SYNOPSIS