Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed May 19, 2016
1 parent 958c27a commit 0da2865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ WebGL JavaScript library for displaying street level photos from [Mapillary](htt

Include via HTML tags:
```html
<link rel="stylesheet" href="https://npmcdn.com/mapillary-js@1.2.1/dist/mapillary-js.min.css">
<script src="https://npmcdn.com/mapillary-js@1.2.1/dist/mapillary-js.min.js"></script>
<link rel="stylesheet" href="https://npmcdn.com/mapillary-js@1.3.0/dist/mapillary-js.min.css">
<script src="https://npmcdn.com/mapillary-js@1.3.0/dist/mapillary-js.min.js"></script>
```

Make sure to check out [Examples](https://github.com/mapillary/mapillary-js#examples) section below or [API Documentation](https://mapillary.github.io/mapillary-js) for more information.
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": "mapillary-js",
"version": "1.2.1",
"version": "1.3.0",
"description": "WebGL JavaScript library for displaying street level imagery from mapillary.com",
"main": "dist/mapillary-js.min",
"scripts": {
Expand Down

0 comments on commit 0da2865

Please sign in to comment.