From 0da286569dc1287a2c8574860782ffb1addf2425 Mon Sep 17 00:00:00 2001 From: Oscar Lorentzon Date: Thu, 19 May 2016 11:02:55 +0200 Subject: [PATCH] 1.3.0 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f642880fb..8ed4784ef 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ WebGL JavaScript library for displaying street level photos from [Mapillary](htt Include via HTML tags: ```html - - + + ``` 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. diff --git a/package.json b/package.json index cf567fb40..75d5677ac 100644 --- a/package.json +++ b/package.json @@ -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": {