diff --git a/appinfo/info.xml b/appinfo/info.xml index 3ca8bd9..a6cedfc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,8 +6,11 @@ Digital Imaging for Medicine - 2.1.0 + 2.1.1 agpl Aysel Afsar DICOMViewer diff --git a/changelog.md b/changelog.md index e09ac11..5ff5d48 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.1.1] - 2024-03-27 + +### Fixed +- Fix the app path in viewer template (#106) + ## [2.1.0] - 2024-03-26 ### Added diff --git a/package.json b/package.json index b2bc8ad..c07acd9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicomviewer", - "version": "2.1.0", + "version": "2.1.1", "description": "Place this app in **nextcloud/apps/**", "scripts": { "prebuild": "rm -rf js && npm run build:viewer",