diff --git a/README.md b/README.md index 0dae4f9..f63ea90 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/bower.json b/bower.json index bccee5d..ecf55ee 100644 --- a/bower.json +++ b/bower.json @@ -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", + ".*.*" + ] +} \ No newline at end of file diff --git a/build/lesshat-prefixed.less b/build/lesshat-prefixed.less index 8ce5a53..db82484 100644 --- a/build/lesshat-prefixed.less +++ b/build/lesshat-prefixed.less @@ -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 diff --git a/build/lesshat.less b/build/lesshat.less index d038a31..752cd92 100644 --- a/build/lesshat.less +++ b/build/lesshat.less @@ -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 diff --git a/package.json b/package.json index 1c7729e..52f0c59 100644 --- a/package.json +++ b/package.json @@ -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",