From a697c7f82e34410dc88e7fa9dd97a3e1c4e66a89 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Wed, 27 Mar 2024 18:41:21 -0400 Subject: [PATCH] Bump to version 2.1.1 --- appinfo/info.xml | 5 ++++- changelog.md | 5 +++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",