Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed Sep 26, 2016
1 parent fc6fa48 commit d6d7571
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](https://www.mapillary.com/signup
<!DOCTYPE html>
<html>
<head>
<script src='https://unpkg.com/[email protected].1/dist/mapillary-js.min.js'></script>
<link href='https://unpkg.com/[email protected].1/dist/mapillary-js.min.css' rel='stylesheet' />
<script src='https://unpkg.com/[email protected].2/dist/mapillary-js.min.js'></script>
<link href='https://unpkg.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.7.1",
"version": "1.7.2",
"description": "WebGL JavaScript library for displaying street level imagery from mapillary.com",
"main": "dist/mapillary-js.min",
"license": "MIT",
Expand Down

0 comments on commit d6d7571

Please sign in to comment.