summaryrefslogtreecommitdiff
path: root/lib/Dancer2/Core/Role/Serializer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer2/Core/Role/Serializer.pm')
-rw-r--r--lib/Dancer2/Core/Role/Serializer.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dancer2/Core/Role/Serializer.pm b/lib/Dancer2/Core/Role/Serializer.pm
index c009b30b..6ac66575 100644
--- a/lib/Dancer2/Core/Role/Serializer.pm
+++ b/lib/Dancer2/Core/Role/Serializer.pm
@@ -1,6 +1,6 @@
package Dancer2::Core::Role::Serializer;
# ABSTRACT: Role for Serializer engines
-$Dancer2::Core::Role::Serializer::VERSION = '1.0.0';
+$Dancer2::Core::Role::Serializer::VERSION = '1.1.0';
use Moo::Role;
use Dancer2::Core::Types;
use Scalar::Util 'blessed';
@@ -88,7 +88,7 @@ Dancer2::Core::Role::Serializer - Role for Serializer engines
=head1 VERSION
-version 1.0.0
+version 1.1.0
=head1 DESCRIPTION