diff --git a/appinfo/info.xml b/appinfo/info.xml
index d58852e..a23961e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,7 +10,7 @@ It renders DICOM data sets in 2D, 3D, and reconstructed representations; allows
and serialization of observations; supports internationalization, hotkeys, and many more features.
See [README](https://github.com/ayselafsar/dicomviewer) for a list of full features and future roadmap.]]>
- 2.2.0
+ 2.2.1
agpl
Aysel Afsar
DICOMViewer
diff --git a/changelog.md b/changelog.md
index 3dfd2d9..31690c2 100644
--- a/changelog.md
+++ b/changelog.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
+## [2.2.1] - 2024-10-21
+
+### Added
+- Hide capture tool in viewer when download is hidden in public share link (#133)
+
## [2.2.0] - 2024-10-17
### Added
diff --git a/package-lock.json b/package-lock.json
index 208caa5..d0cfd2d 100755
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "dicomviewer",
- "version": "2.1.1",
+ "version": "2.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "dicomviewer",
- "version": "2.1.1",
+ "version": "2.2.1",
"license": "AGPL-3.0-only",
"dependencies": {
"@nextcloud/auth": "^2.2.1",
diff --git a/package.json b/package.json
index c670f86..030c372 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dicomviewer",
- "version": "2.2.0",
+ "version": "2.2.1",
"description": "Place this app in **nextcloud/apps/**",
"scripts": {
"prebuild": "rm -rf js && npm run build:viewer",