Skip to content

Commit

Permalink
v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robocoder committed Jun 2, 2015
1 parent 572cdbc commit 7917e45
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.3
# scssphp v0.1.5
### <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.5** -- June 2, 2015
* misc bug fixes
* **0.1.4** -- June 2, 2015
* add new string functions (okj579)
* add compileFile() and checkCompile() (NoxNebula, saas786, panique)
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.4"
@current_version = "0.1.5"
@title = "SCSS Compiler in PHP"

scssphp = tools.system_command "bin/pscss < %s > %s", "css"
Expand Down
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
*/
class Version
{
const VERSION = 'v0.1.4';
const VERSION = 'v0.1.5';
}

0 comments on commit 7917e45

Please sign in to comment.