Skip to content

Commit e8a2367

Browse files
committed
Bump internal version to 3.1.1
1 parent 48f24cc commit e8a2367

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/CSS/Sass.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ our @EXPORT = qw(
4848
SASS2SCSS_CONVERT_COMMENT
4949
);
5050

51-
our $VERSION = "v3.1.0";
51+
our $VERSION = "v3.1.1";
5252

5353
require XSLoader;
5454
XSLoader::load('CSS::Sass', $VERSION);

lib/CSS/Sass/Type.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use CSS::Sass;
2727

2828
################################################################################
2929
package CSS::Sass::Type;
30-
our $VERSION = "v3.1.0";
30+
our $VERSION = "v3.1.1";
3131
################################################################################
3232
use CSS::Sass qw(import_sv);
3333
################################################################################

0 commit comments

Comments
 (0)