Bumped version to 2.1.3

This commit is contained in:
Sahat Yalkabov
2014-06-03 00:43:47 -04:00
parent 370c85c07e
commit d6064e21a1

View File

@ -104,10 +104,10 @@ Getting Started
The easiest way to get started is to clone the repository: The easiest way to get started is to clone the repository:
```bash ```bash
# Fetch only the latest commits # Get the latest snapshot
git clone --depth=1 git@github.com:sahat/hackathon-starter.git my-project git clone --depth=1 git@github.com:sahat/hackathon-starter.git myproject
cd my-project cd myproject
# Install NPM dependencies # Install NPM dependencies
npm install npm install
@ -1134,7 +1134,7 @@ Add this to `package.json`, after *name* and *version*. This is necessary becaus
Changelog Changelog
--------- ---------
### 2.1.2 (June 2, 2014) ### 2.1.3 (June 3, 2014)
- Font Awesome 4.1 - Font Awesome 4.1
- Updated icons on some API examples - Updated icons on some API examples
- Use LESS files for *bootstrap-social* and *font-awesome* - Use LESS files for *bootstrap-social* and *font-awesome*