diff --git a/VERSION b/VERSION index 73462a5..f225a78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.1 +2.5.2 diff --git a/changelog.md b/changelog.md index dc5d130..90678cf 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ Changelog ========= +Changes in Pannellum 2.5.2 (2019-07-13) +--------------------------------------- + +Bugfixes: + - Fixed regression in Video.js plugin + + Changes in Pannellum 2.5.1 (2019-07-13) --------------------------------------- diff --git a/package.json b/package.json index 3ba1fb9..f0712e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pannellum", "description": "Pannellum is a lightweight, free, and open source panorama viewer for the web.", - "version": "2.5.1", + "version": "2.5.2", "bugs": { "url": "https://github.com/mpetroff/pannellum/issues" },