Skip to content

Commit

Permalink
Bump version number to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Mar 10, 2017
1 parent d7ee7db commit ecf1af8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectre.css",
"version": "0.2.7",
"version": "0.2.8",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
"homepage": "http://picturepan2.github.io/spectre",
"repository": "picturepan2/spectre",
Expand Down
2 changes: 1 addition & 1 deletion docs/css/docs.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! Spectre.css Docs | MIT License | github.com/picturepan2/spectre */
/* Spectre version */
.version::after {
content: "0.2.7";
content: "0.2.8";
}
/* Spectre docs style */
.bg-gray {
Expand Down
2 changes: 1 addition & 1 deletion docs/css/docs.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*! Spectre.css Docs | MIT License | github.com/picturepan2/spectre */
/* Spectre version */
.version::after {
content: "0.2.7";
content: "0.2.8";
}

/* Spectre docs style */
Expand Down
2 changes: 1 addition & 1 deletion docs/css/docs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spectre.css",
"version": "0.2.7",
"version": "0.2.8",
"homepage": "http://picturepan2.github.io/spectre",
"author": "Yan Zhu <picturepan2@hotmail.com>",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework.",
Expand Down

0 comments on commit ecf1af8

Please sign in to comment.