Skip to content

Commit

Permalink
Bump the version number to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Aug 19, 2017
1 parent 799887f commit d5f1cb0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.15",
"version": "0.3.1",
"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.15";
content: "0.3.1";
}
/* Spectre New Docs */
.s-container > .columns {
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ <h3 class="s-title"><a href="#whatsnew" class="anchor" aria-hidden="true">#</a>W
<ul>
<li>Initial commit</li>
</ul>
<p><a href="https://github.com/picturepan2/spectre/releases" target="_blank" class="btn btn-primary">Releases</a></p>
</div>
</div>

Expand Down
11 changes: 5 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ <h2>Spectre.css</h2>
</div>
<h1>Spectre.css</h1>
<h2>A <u>lightweight</u>, <u>responsive</u> and <u>modern</u> CSS framework</h2>
<div class="columns">
<div class="column">
<a href="getting-started.html" class="btn btn-primary btn-lg">Docs</a>
<a href="https://github.com/picturepan2/spectre" target="_blank" class="btn btn-primary btn-lg">GitHub</a>
</div>
</div>
<p>
<a href="getting-started.html" class="btn btn-primary btn-lg">Docs</a>
<a href="https://github.com/picturepan2/spectre" target="_blank" class="btn btn-primary btn-lg">GitHub</a>
</p>
<p class="text-gray">Latest version: <span class="version"></span></p>
<div class="columns">
<div class="column col-4 col-xs-12">
<div class="card text-center">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/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.15";
content: "0.3.1";
}
// Core variables and mixins
@import '../../src/variables.less';
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": "spectre.css",
"version": "0.2.15",
"version": "0.3.1",
"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 d5f1cb0

Please sign in to comment.