Skip to content

Commit 42ff6dd

Browse files
committed
version bump
1 parent a73cd68 commit 42ff6dd

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

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

44
`lessphp` is a compiler for LESS written in PHP. The documentation is great,

docs/docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: v0.3.4 documentation
1+
title: v0.3.5 documentation
22
link_to_home: true
33
--
44

5-
<h2 skip="true">Documentation v0.3.4</h2>
5+
<h2 skip="true">Documentation v0.3.5</h2>
66

77
<div style="margin-bottom: 1em;">$index</div>
88

lessc.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* lessphp v0.3.4-2
4+
* lessphp v0.3.5
55
* http://leafo.net/lessphp
66
*
77
* LESS css compiler, adapted from http://lesscss.org
@@ -29,7 +29,7 @@
2929
* controlling things like whitespace and line-breaks.
3030
*/
3131
class lessc {
32-
static public $VERSION = "v0.3.4-2";
32+
static public $VERSION = "v0.3.5";
3333
static protected $TRUE = array("keyword", "true");
3434
static protected $FALSE = array("keyword", "false");
3535

0 commit comments

Comments
 (0)