Skip to content

Commit

Permalink
Version bump to 0.09
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Sep 6, 2015
1 parent 70c8b85 commit 0b94d30
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 @@ -56,7 +56,7 @@
"provides" : {
"Sidef" : {
"file" : "lib/Sidef.pm",
"version" : "0.08"
"version" : "0.09"
},
"Sidef::Convert::Convert" : {
"file" : "lib/Sidef/Convert/Convert.pm"
Expand Down Expand Up @@ -293,6 +293,6 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.08",
"version" : "0.09",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
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: '0.08'
version: '0.09'
Sidef::Convert::Convert:
file: lib/Sidef/Convert/Convert.pm
Sidef::Deparse::Perl:
Expand Down Expand Up @@ -196,5 +196,5 @@ requires:
utf8: '0'
resources:
license: http://dev.perl.org/licenses/
version: '0.08'
version: '0.09'
x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
2 changes: 1 addition & 1 deletion lib/Sidef.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Sidef {

use 5.014;
our $VERSION = 0.08;
our $VERSION = 0.09;

our $SPACES = 0; # the current number of spaces
our $SPACES_INCR = 4; # the number of spaces incrementor
Expand Down

0 comments on commit 0b94d30

Please sign in to comment.