From 72a3a7264a8f873cadc00698ead34a3e599109c1 Mon Sep 17 00:00:00 2001 From: Manuel Cabral Date: Thu, 1 Dec 2016 09:44:33 -0800 Subject: [PATCH] 0.5.2 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1f108740d..2bff44daa 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "marzipano", - "version": "0.5.1", + "version": "0.5.2", "description": "A 360° media viewer for the modern web", "author": "Google Inc.", "license": "Apache-2.0", "main": "src/index.js", "homepage": "http://www.marzipano.net", - "repository" : { - "type" : "git", - "url" : "https://github.com/google/marzipano.git" + "repository": { + "type": "git", + "url": "https://github.com/google/marzipano.git" }, "bugs": { - "url" : "https://github.com/google/marzipano/issues" + "url": "https://github.com/google/marzipano/issues" }, "scripts": { "dev": "scripts/dev",