Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed Jul 5, 2016
1 parent 469c9e7 commit d21b865
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 @@ -14,8 +14,8 @@ To use MapillaryJS you must [create an account](http://www.mapillary.com/map/sig
<!DOCTYPE html>
<html>
<head>
<script src='https://npmcdn.com/[email protected].1/dist/mapillary-js.min.js'></script>
<link href='https://npmcdn.com/[email protected].1/dist/mapillary-js.min.css' rel='stylesheet' />
<script src='https://npmcdn.com/[email protected].2/dist/mapillary-js.min.js'></script>
<link href='https://npmcdn.com/[email protected].2/dist/mapillary-js.min.css' rel='stylesheet' />
</head>

<body>
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.4.1",
"version": "1.4.2",
"description": "WebGL JavaScript library for displaying street level imagery from mapillary.com",
"main": "dist/mapillary-js.min",
"scripts": {
Expand Down

0 comments on commit d21b865

Please sign in to comment.