Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
belyan committed Dec 9, 2015
1 parent f0f2e6a commit e384f15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Write *less* on LESS, get *more* in CSS
---

**Lessmore** - the modern library of [LESS](http://lesscss.org/) mixins that implements cross-browser support for the CSS3 features and more.
**Current version: v1.0.0.**
**Current version: 1.0.1.**

## Install
If you use [npm](https://www.npmjs.com/) install package with:
Expand All @@ -15,7 +15,7 @@ If you use [bower](http://bower.io/) install package with:
```
bower install lessmore
```
Or download the [ZIP-archive](https://github.com/belyan/lessmore/archive/v1.0.0.zip) with the [latest version](https://github.com/belyan/lessmore/releases/latest) and unpack it.
Or download the [ZIP-archive](https://github.com/belyan/lessmore/archive/v1.0.1.zip) with the [latest version](https://github.com/belyan/lessmore/releases/latest) and unpack it.

## Usage
Include **Lessmore** in your main LESS-file:
Expand Down
2 changes: 1 addition & 1 deletion lessmore.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* for the CSS3 features and more.
*
* @author Yuriy Belyakov
* @version 1.0.0
* @version 1.0.1
* @license MIT
*
* Modules:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lessmore",
"version": "1.0.0",
"version": "1.0.1",
"description": "Lessmore - the modern library of LESS mixins that implements cross-browser support for the CSS3 features and more.",
"main": "lessmore.less",
"repository": {
Expand Down

0 comments on commit e384f15

Please sign in to comment.