Skip to content

Commit

Permalink
0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed Jul 11, 2016
1 parent 2894ef2 commit a23c88c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eon-map",
"version": "0.2.12",
"version": "0.2.13",
"homepage": "https://github.com/pubnub/eon-map",
"authors": [
"Ian Jennings <ian@meetjennings.com>"
Expand Down
7 changes: 6 additions & 1 deletion examples/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
}
</style>

<script type="text/javascript" src="http://pubnub.github.io/eon/v/eon/0.0.10/eon.js"></script>

<script type="text/javascript" src="../bower_components/pubnub/web/pubnub.min.js"></script>
<script type="text/javascript" src="../bower_components/subsub/subsub.js"></script>
<script type="text/javascript" src="../lib/mapbox.js"></script>
<script type="text/javascript" src="../pubnub-mapbox.js"></script>

<link type="text/css" rel="stylesheet" href="http://pubnub.github.io/eon/v/eon/0.0.10/eon.css"/>

</head>
Expand Down

0 comments on commit a23c88c

Please sign in to comment.