Skip to content

Commit

Permalink
new release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyril Kyburz committed Jan 31, 2016
1 parent ec88c25 commit 3454b44
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ See the corresponding [bhwi API](https://github.com/cyrilkyburz/bhwi_proxy).
Thanks to [jsdelivr](https://www.jsdelivr.com/) for hosting it.

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bhwi/1.0.1/bhwi.min.css" type="text/css">
<script src="https://cdn.jsdelivr.net/bhwi/1.0.1/bhwi.min.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bhwi/<version>/bhwi.min.css" type="text/css">
<script src="https://cdn.jsdelivr.net/bhwi/<version>/bhwi.min.js"></script>
<!-- latest version can be found in the release section -->
```

### Easy: bower
Expand All @@ -27,11 +28,11 @@ bower install bhwi
```html
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<link rel="stylesheet" href="https://cdn.jsdelivr.net/bhwi/1.0.1/bhwi.min.css" type="text/css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bhwi/<version>/bhwi.min.css" type="text/css">

<!-- Don't forget to load jQuery before bhwi -->
<script src="https://cdn.jsdelivr.net/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/bhwi/1.0.1/bhwi.min.js"></script>
<script src="https://cdn.jsdelivr.net/bhwi/<version>/bhwi.min.js"></script>

<!-- Insert a element with the id 'bhwi' -->
<div id="bhwi"></div>
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bhwi",
"description": "Blogger Heaven Instagram Widget",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "none",
"license": "MIT",
"private": false,
Expand Down
2 changes: 1 addition & 1 deletion dist/bhwi.min.css

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

Loading

0 comments on commit 3454b44

Please sign in to comment.