Skip to content

Commit

Permalink
prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Aug 12, 2014
1 parent a8d160b commit 8c08da5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# scssphp v0.1.0
# scssphp v0.1.1
### <http://leafo.net/scssphp>

[![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp)
Expand Down
2 changes: 2 additions & 0 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
<div id="changelog"></div>
## Changelog

* **0.1.1** -- Aug 12, 2014
* add stub classes -- a backward compatibility layer (vladimmi)
* **0.1.0** -- Aug 9, 2014
* raise PHP requirement (5.3+)
* reformat/reorganize source files to be PSR-2 compliant
Expand Down
2 changes: 1 addition & 1 deletion site/site.moon
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "sitegen"
tools = require "sitegen.tools"

sitegen.create_site =>
@current_version = "0.1.0"
@current_version = "0.1.1"
@title = "SCSS Compiler in PHP"

scssphp = tools.system_command "bin/pscss < %s > %s", "css"
Expand Down
2 changes: 1 addition & 1 deletion src/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
*/
class Compiler
{
static public $VERSION = 'v0.1.0';
static public $VERSION = 'v0.1.1';

static protected $operatorNames = array(
'+' => 'add',
Expand Down

0 comments on commit 8c08da5

Please sign in to comment.