diff --git a/README.md b/README.md index db8782b..b47e34f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ npm install react-photo-sphere-viewer ## Library Version Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.0.0 [**NEW**] -Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 3.0.0-psv5.0.0. This means that the wrapper is in version 3.0.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.0.0. +Now the component version is composed by the semantic version of the wrapper and the version of the original library. For example, the current version is 3.0.1-psv5.0.0. This means that the wrapper is in version 3.0.1 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.0.0. ## Description diff --git a/package.json b/package.json index 2949fee..7e55bbb 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,20 @@ { "name": "react-photo-sphere-viewer", - "version": "3.0.0-psv5.0.0", + "version": "3.0.1-psv5.0.0", "description": "Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js", "author": "Elius94", "license": "MIT", + "keywords": [ + "react", + "photosphere", + "viewer", + "360", + "panorama", + "photo", + "sphere", + "photo-sphere-viewer", + "react-photo-sphere-viewer" + ], "repository": "elius94/react-photo-sphere-viewer", "main": "dist/index.js", "module": "dist/index.js",