diff --git a/README.md b/README.md index fd18ad1..cd9f251 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ npm install react-photo-sphere-viewer ``` ## Library Version -Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.1.4 [**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.3.4-psv5.1.4. This means that the wrapper is in version 3.3.4 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.1.4. +Original Wrapped Library: [PhotoSphereViewer](https://github.com/mistic100/Photo-Sphere-Viewer) Version: 5.4.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.4.0-psv5.4.0. This means that the wrapper is in version 3.4.0 and the original library [psv](https://github.com/mistic100/Photo-Sphere-Viewer) is in version 5.4.0. ## Description diff --git a/package.json b/package.json index 912273e..a80f675 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-photo-sphere-viewer", - "version": "3.3.5-psv5.1.4", + "version": "3.4.0-psv5.4.0", "description": "Photosphere Viewer for React.JS, wrapper of photo-sphere-viewer.js", "author": "Elius94", "license": "MIT",