Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Mar 2, 2016
1 parent f65dafd commit 3931804
Show file tree
Hide file tree
Showing 5 changed files with 7 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.3.0-blue.svg">
<img src="https://img.shields.io/badge/Version-3.3.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.3.0",
"version": "3.3.1",
"main": [
"./src/scss/rocket.scss",
"./src/js/kit.js",
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 3.3.1
+ Fixed: a comment issue.

### 3.3.0
+ Added: `masonry` (http://creatiointl.org/gallery/william/rocket/v3/demos/layout-masonry.php).
+ Improved: add 'ro-' prefixer to `breakpoint`, `transition`, `transition-property`, `transition-duration`, `transition-timing-function`, `transition-delay`, `flexbox `, `inline-flexbox `, `flex-direction`, `flex-dir`, `flex-wrap`, `flex-flow`, `order`, `flex-grow`, `flex-shrink`, `flex-basis`, `flex`, `justify-content`, `flex-just`, `align-items`, `align-self`, `align-content`, `keyframes`, `perspective`, `perspective-origin`, `prefixer`, `disable-prefix-for-all`, `transform`, `transform-origin`, `transform-style`, `transition`, `transition-property`, `transition-duration`, `transition-timing-function`, `transition-delay` and `triangle`, to prevent clashing with other frameworks.
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.3.0",
"version": "3.3.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.3.0
// Rocket v3.3.1
// Created by William Lin ([email protected])
// Licensed under MIT Open Source
// =============================================
Expand Down

0 comments on commit 3931804

Please sign in to comment.