Skip to content

Commit

Permalink
Version downgrade to 0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
trizen committed Aug 1, 2015
1 parent 8f9f4be commit 4147309
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.09"
"version" : "0.08"
},
"Sidef::Convert::Convert" : {
"file" : "lib/Sidef/Convert/Convert.pm"
Expand Down Expand Up @@ -291,6 +291,6 @@
"http://dev.perl.org/licenses/"
]
},
"version" : "0.09",
"version" : "0.08",
"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.09'
version: '0.08'
Sidef::Convert::Convert:
file: lib/Sidef/Convert/Convert.pm
Sidef::Deparse::Perl:
Expand Down Expand Up @@ -195,5 +195,5 @@ requires:
utf8: '0'
resources:
license: http://dev.perl.org/licenses/
version: '0.09'
version: '0.08'
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.09;
our $VERSION = 0.08;

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

0 comments on commit 4147309

Please sign in to comment.