From 7917e45591d2170031d91111fe9bf3aa64aed6d0 Mon Sep 17 00:00:00 2001 From: Anthon Pang Date: Tue, 2 Jun 2015 10:16:57 -0400 Subject: [PATCH] v0.1.5 --- README.md | 2 +- site/index.md | 2 ++ site/site.moon | 2 +- src/Version.php | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa2bbf90..df464c9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# scssphp v0.1.3 +# scssphp v0.1.5 ### [![Build Status](https://secure.travis-ci.org/leafo/scssphp.png)](http://travis-ci.org/leafo/scssphp) diff --git a/site/index.md b/site/index.md index 806d6210..c2cf07b0 100644 --- a/site/index.md +++ b/site/index.md @@ -111,6 +111,8 @@ Find any issues? I'd love to fix them for you, post about them on [the issues tr
## 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) diff --git a/site/site.moon b/site/site.moon index 9b4733e6..207d5afd 100644 --- a/site/site.moon +++ b/site/site.moon @@ -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" diff --git a/src/Version.php b/src/Version.php index f62284b6..2d5b59fa 100644 --- a/src/Version.php +++ b/src/Version.php @@ -19,5 +19,5 @@ */ class Version { - const VERSION = 'v0.1.4'; + const VERSION = 'v0.1.5'; }