Skip to content

Commit

Permalink
- Version bump to 0.07
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Jul 7, 2015
1 parent dbf29e5 commit 4ca435d
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 @@ -57,7 +57,7 @@
"provides" : {
"Sidef" : {
"file" : "lib/Sidef.pm",
"version" : "0.06"
"version" : "0.07"
},
"Sidef::Convert::Convert" : {
"file" : "lib/Sidef/Convert/Convert.pm"
Expand Down Expand Up @@ -294,6 +294,6 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.06",
"version" : "0.07",
"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.06'
version: '0.07'
Sidef::Convert::Convert:
file: lib/Sidef/Convert/Convert.pm
Sidef::Deparse::Perl:
Expand Down Expand Up @@ -197,5 +197,5 @@ requires:
utf8: '0'
resources:
license: http://dev.perl.org/licenses/
version: '0.06'
version: '0.07'
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.06;
our $VERSION = 0.07;

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

0 comments on commit 4ca435d

Please sign in to comment.