Skip to content

Commit 85348dd

Browse files
committed
Prep for 0.0.15 release
1 parent 488e7e6 commit 85348dd

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scssphp v0.0.14
1+
# scssphp v0.0.15
22
### <http://leafo.net/scssphp>
33

44
[![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp)

scss.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* @author Leaf Corcoran <leafot@gmail.com>
4444
*/
4545
class scssc {
46-
static public $VERSION = 'v0.0.14';
46+
static public $VERSION = 'v0.0.15';
4747

4848
static protected $operatorNames = array(
4949
'+' => 'add',

site/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
104104
<div id="changelog"></div>
105105
## Changelog
106106

107+
* **0.0.15** -- Aug 6, 2014
108+
* fix regression with default values in functions (torkiljohnsen)
107109
* **0.0.14** -- Aug 5, 2014
108110
* @keyframes $name - didn't work inside mixin (sergeylukin)
109111
* Bourbon transform(translateX()) didn't work (dovy and greynor)

site/site.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require "sitegen"
33
tools = require "sitegen.tools"
44

55
sitegen.create_site =>
6-
@current_version = "0.0.14"
6+
@current_version = "0.0.15"
77
@title = "SCSS Compiler in PHP"
88

99
scssphp = tools.system_command "pscss < %s > %s", "css"

0 commit comments

Comments
 (0)