Skip to content

Commit

Permalink
Version 3.85
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Aug 18, 2019
1 parent 4c35856 commit 23a6f80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -229,6 +229,6 @@
"url" : "https://github.com/trizen/sidef"
}
},
"version" : "3.80",
"version" : "3.85",
"x_serialization_backend" : "JSON::PP version 4.04"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'
2 changes: 1 addition & 1 deletion lib/Sidef.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23a6f80

Please sign in to comment.