Skip to content

Commit

Permalink
Merge pull request #79 from davidhatten/release/1.6.1
Browse files Browse the repository at this point in the history
more attempts to get the favicon
  • Loading branch information
davidhatten authored Jul 10, 2018
2 parents 9a5819f + b470b6d commit 1e1fd95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ A little single-page javascript app to generate simple geometries and mandalas

https://davidhatten.github.io/geometric-drawer/

Current version: 1.6.0
Current version: 1.6.1

## Types of Shapes
* Flower of Life
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<div id="root">
Expand Down
2 changes: 1 addition & 1 deletion assets/javascripts/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion webpack/containers/Studio.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class Studio extends Component {
</Row>
<Row>
<div>
<h4>Version: 1.6.0</h4>
<h4>Version: 1.6.1</h4>
</div>
</Row>
</Col>
Expand Down

0 comments on commit 1e1fd95

Please sign in to comment.