Skip to content

Commit

Permalink
Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Brzek committed May 27, 2014
1 parent 20117ae commit cf1ba0c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ README.md file is automatically generated.
**[Documentation](#documentation) |**

---
### Current version: v3.0.0 (2014-04-18)
### Current version: v3.0.1 (2014-05-27)

## What's new?
* Compiling LESS Hat is much more faster (up to 60× times).
Expand Down
17 changes: 13 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
{
"name": "lesshat",
"version": "3.0.0",
"main": ["./build/lesshat.less", "./build/lesshat-prefixed.less"],
"ignore": ["mixins", "*.md", "*.json", "LICENCE", ".*.*"]
}
"version": "3.0.1",
"main": [
"./build/lesshat.less",
"./build/lesshat-prefixed.less"
],
"ignore": [
"mixins",
"*.md",
"*.json",
"LICENCE",
".*.*"
]
}
2 changes: 1 addition & 1 deletion build/lesshat-prefixed.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Handcrafted by Petr Brzek, lesshat.com
// Works great with CSS Hat csshat.com

// version: v3.0.0 (2014-04-18)
// version: v3.0.1 (2014-05-27)

// TABLE OF MIXINS:
// align-content
Expand Down
2 changes: 1 addition & 1 deletion build/lesshat.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Handcrafted by Petr Brzek, lesshat.com
// Works great with CSS Hat csshat.com

// version: v3.0.0 (2014-04-18)
// version: v3.0.1 (2014-05-27)

// TABLE OF MIXINS:
// align-content
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lesshat",
"description": "Most advanced LESS CSS mixins library",
"version": "3.0.0",
"version": "3.0.1",
"homepage": "http://lesshat.com/",
"author": {
"name": "Petr Brzek",
Expand Down

0 comments on commit cf1ba0c

Please sign in to comment.