diff --git a/VERSION b/VERSION index 197c4d5..005119b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.0 +2.4.1 diff --git a/changelog.md b/changelog.md index 2fc4538..1730ba6 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,15 @@ Changelog ========= +Changes in Pannellum 2.4.1 +-------------------------- + +Bugfixes: + + - Fix touch input issue in Chrome + - The API's `loadScene` method now works when no scenes have been loaded yet + + Changes in Pannellum 2.4.0 -------------------------- diff --git a/package.json b/package.json index 3a16d5f..2098676 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.4.0", + "version": "2.4.1", "bugs": { "url": "https://github.com/mpetroff/pannellum/issues" },