Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Nov 6, 2015
1 parent 1d6d054 commit 4cd4bec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>
<img src="https://img.shields.io/badge/sass-3.4.0-ff69b4.svg">
<img src="https://img.shields.io/badge/Libsass-3.2.0-b6f07e.svg">
<img src="https://img.shields.io/badge/Version-3.1.0-blue.svg">
<img src="https://img.shields.io/badge/Version-3.1.1-blue.svg">
</p>
Rocket is a powerful SASS library to help web developers handle layout, color and build components.
[demos](http://creatiointl.org/gallery/william/rocket/v3/demos/layout-grid.php)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket",
"version": "3.1.0",
"version": "3.1.1",
"main": [
"./src/scss/rocket.scss",
"./src/js/kit.js",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 3.1.1
+ Fixed: `button: simple` border-color issue.
+ Improved: remove text-decoration property from `button`.

### 3.1.0
+ Added: `sticky-footer`.
+ Added: `angled-edges`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Rocket",
"name": "Rocket",
"version": "3.1.0",
"version": "3.1.1",
"description": "a powerful tool to help web developers handle layout and other components",
"directories": {
"src": "src"
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_rocket.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Rocket v3.1.0
// Rocket v3.1.1
// Created by William Lin ([email protected])
// Licensed under MIT Open Source
// =============================================
Expand Down

0 comments on commit 4cd4bec

Please sign in to comment.