From 884968139d1f750ae8b1fc00c27bd8f599f505fb Mon Sep 17 00:00:00 2001
From: Ian Gilman <ian@iangilman.com>
Date: Thu, 25 May 2023 13:53:17 -0700
Subject: [PATCH] Version 4.1.0

---
 changelog.txt | 2 +-
 package.json  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/changelog.txt b/changelog.txt
index 3ee9cd3b..98937a00 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,7 +1,7 @@
 OPENSEADRAGON CHANGELOG
 =======================
 
-4.1.0: (in progress...)
+4.1.0:
 
 * NEW BEHAVIOR: When `navigatorRotate` is false, while the navigator image doesn't rotate, the red outline now does (#2356 @lcl45)
 * The viewer no longer emits `canvas-key` events for both keydown and keypress events; canvas-key is now just for keydown, and the new `canvas-key-press` is for keypress (#2270 @hrghauri)
diff --git a/package.json b/package.json
index 78a13890..a7cda3b7 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "openseadragon",
-    "version": "4.0.0",
+    "version": "4.1.0",
     "description": "Provides a smooth, zoomable user interface for HTML/Javascript.",
     "keywords": [
         "image",
@@ -47,4 +47,4 @@
         "test": "grunt test",
         "prepare": "grunt build"
     }
-}
+}
\ No newline at end of file