From 158d82505461dc24396bdeb42d25561011e8dee0 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Sat, 13 Jul 2019 19:51:05 -0400 Subject: [PATCH] Fix issue with tagging 2.5.0 release. --- VERSION | 2 +- changelog.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 437459cd..73462a5a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5.0 +2.5.1 diff --git a/changelog.md b/changelog.md index 6b096953..dc5d1307 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,13 @@ Changelog ========= +Changes in Pannellum 2.5.1 (2019-07-13) +--------------------------------------- + +Other: + - Fixed issue with tagging 2.5.0 release + + Changes in Pannellum 2.5.0 (2019-07-13) --------------------------------------- diff --git a/package.json b/package.json index a23f025f..3ba1fb9e 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.0", + "version": "2.5.1", "bugs": { "url": "https://github.com/mpetroff/pannellum/issues" },