Skip to content

Commit

Permalink
2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarlorentzon committed Nov 8, 2019
1 parent 4349dc6 commit ed256e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/mapillary-js@2.18.1/dist/mapillary.min.js'></script>
<link href='https://unpkg.com/mapillary-js@2.18.1/dist/mapillary.min.css' rel='stylesheet' />
<script src='https://unpkg.com/mapillary-js@2.19.0/dist/mapillary.min.js'></script>
<link href='https://unpkg.com/mapillary-js@2.19.0/dist/mapillary.min.css' rel='stylesheet' />
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

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": "2.18.1",
"version": "2.19.0",
"description": "WebGL JavaScript library for displaying street level imagery from mapillary.com",
"main": "dist/mapillary.min",
"license": "MIT",
Expand Down

0 comments on commit ed256e2

Please sign in to comment.