From 23a6f80ef7fa7bd3acda5b626489bed3cc194be6 Mon Sep 17 00:00:00 2001 From: trizen Date: Sun, 18 Aug 2019 12:01:45 +0300 Subject: [PATCH] Version 3.85 --- META.json | 4 ++-- META.yml | 4 ++-- lib/Sidef.pm | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/META.json b/META.json index 9869bf29e..0c2405279 100644 --- a/META.json +++ b/META.json @@ -66,7 +66,7 @@ "provides" : { "Sidef" : { "file" : "lib/Sidef.pm", - "version" : "3.80" + "version" : "3.85" }, "Sidef::Deparse::Perl" : { "file" : "lib/Sidef/Deparse/Perl.pm" @@ -229,6 +229,6 @@ "url" : "https://github.com/trizen/sidef" } }, - "version" : "3.80", + "version" : "3.85", "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/META.yml b/META.yml index deae58638..790c880e9 100644 --- a/META.yml +++ b/META.yml @@ -17,7 +17,7 @@ name: Sidef provides: Sidef: file: lib/Sidef.pm - version: '3.80' + version: '3.85' Sidef::Deparse::Perl: file: lib/Sidef/Deparse/Perl.pm Sidef::Deparse::Sidef: @@ -154,5 +154,5 @@ resources: homepage: https://github.com/trizen/sidef license: http://www.perlfoundation.org/artistic_license_2_0 repository: https://github.com/trizen/sidef -version: '3.80' +version: '3.85' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/Sidef.pm b/lib/Sidef.pm index 44e2efdf2..88f11eb90 100644 --- a/lib/Sidef.pm +++ b/lib/Sidef.pm @@ -3,7 +3,7 @@ package Sidef { use utf8; use 5.016; - our $VERSION = '3.80'; + our $VERSION = '3.85'; our $SPACES = 0; # the current number of indentation spaces our $SPACES_INCR = 4; # the number of indentation spaces