Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Sears committed Oct 14, 2015
1 parent f655297 commit c3c8e20
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dist/css/photon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Photon v0.1.0
* Photon v0.1.1
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/connors/proton/blob/master/LICENSE)
*
* v0.1.0 designed by @connors.
* v0.1.1 designed by @connors.
* =====================================================
*/

Expand Down
4 changes: 2 additions & 2 deletions dist/css/photon.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</p>

<ul class="footer-links">
<li>Currently v0.1.0</li>
<li>Currently v0.1.1</li>
<li>&middot;</li>
<li><a href="https://twitter.com/connors">Twitter</a></li>
<li>&middot;</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/dist/css/photon.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*!
* =====================================================
* Photon v0.1.0
* Photon v0.1.1
* Copyright 2015 Connor Sears
* Licensed under MIT (https://github.com/connors/proton/blob/master/LICENSE)
*
* v0.1.0 designed by @connors.
* v0.1.1 designed by @connors.
* =====================================================
*/

Expand Down
4 changes: 2 additions & 2 deletions docs/dist/css/photon.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ <h3>Photon source code</h3>
<div class="col col-one-third">
<h3>Photon</h3>
<p class="download-decription">Compiled and minified CSS and fonts. No docs or original source files are included.</p>
<a class="btn" href="https://github.com/connors/photon/releases/download/v0.1-alpha/photon-0.1-dist.zip">Download</a>
<a class="btn" href="https://github.com/connors/photon/releases/download/v0.1-1-alpha/photon-0.1-dist.zip">Download</a>

<hr class="docs-hr">


<h3>Source code</h3>
<p class="download-decription">If you haven't already, download the source code for Photon.</p>
<a class="btn" href="https://github.com/connors/photon/archive/v0.1-alpha.zip">Download</a>
<a class="btn" href="https://github.com/connors/photon/archive/v0.1-1-alpha.zip">Download</a>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 class="masthead-title">The fastest way to build beautiful Electron apps usin
<iframe class="demo-app" src="/demo-app.html"></iframe>
</div>

<a class="btn btn-download" href="https://github.com/connors/photon/archive/v0.1-alpha.zip">Download Photon</a>
<a class="btn btn-download" href="https://github.com/connors/photon/archive/v0.1-1-alpha.zip">Download Photon</a>
<a class="btn btn-inversed btn-components" href="/components">See all components</a>
</div>
<a class="photo-credit" href="https://twitter.com/couch">Desktop photo by Bill Couch</a>
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": "photon",
"version": "0.1.0",
"version": "0.1.1",
"author": "Connor Sears",
"keywords": [
"photon",
Expand Down

0 comments on commit c3c8e20

Please sign in to comment.