Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Jul 31, 2012
1 parent 17e9503 commit 6cac542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scss.inc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

class scssc {
static public $VERSION = "v0.0.1";
static public $VERSION = "v0.0.2";

static protected $operatorNames = array(
'+' => "add",
Expand Down
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you use [Packagist][2] for installing packages, then you can update your `com
```json
{
"require": {
"leafo/scssphp": "dev-master"
"leafo/scssphp": "0.0.2"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion site/site.moon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "sitegen"

sitegen.create_site =>
@current_version = "0.0.1"
@current_version = "0.0.2"
@title = "SCSS Compiler in PHP"

deploy_to "[email protected]", "www/scssphp/"
Expand Down

0 comments on commit 6cac542

Please sign in to comment.