Skip to content

Commit

Permalink
updated to correct version number: 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leongaban committed Aug 17, 2015
1 parent 1d23e6e commit 1f2abb5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sass-smacss 0.1.3
# sass-smacss 0.2.3
Scalable and modular architecture for CSS https://smacss.com | http://sass-lang.com

![Bower, SMACSS, SASS](https://raw.githubusercontent.com/leongaban/github_images/master/bower-jack-sass.png)
Expand All @@ -7,7 +7,7 @@ Scalable and modular architecture for CSS https://smacss.com | http://sass-lang.
<p>SASS is a better way to write CSS, and SMACSS is the best way to organize.</p>
*******

#### New in version 0.1.3
#### New in version 0.2.3
GulpFile added (gulpfile.js should be moved to the root of your project)

#### Steps to install
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": "sass-smacss",
"version": "0.1.3",
"version": "0.2.3",
"description": "SMACSS based SASS modules for organized style writing.",
"homepage": "https://github.com/leongaban/sass-smacss",
"main": "sass/main_web.scss",
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": "MyProject",
"version": "0.0.1",
"version": "0.2.3",
"description": "",
"main": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion sass/main_web.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*==========================================================
Master Stylesheet 0.1.3
Master Stylesheet 0.2.3
============================================================
stylesheets/
Expand Down

0 comments on commit 1f2abb5

Please sign in to comment.