Skip to content

Commit

Permalink
Bump to version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ayselafsar committed Mar 27, 2024
1 parent 091a21d commit a697c7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
<summary>Digital Imaging for Medicine</summary>
<description><![CDATA[DICOM Viewer allows to display and manipulate DICOM images with a streamlined sidebar and viewer.
It renders DICOM data sets in 2D, 3D, and reconstructed representations; allows for the manipulation, annotation,
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.]]></description>
<version>2.1.0</version>
<version>2.1.1</version>
<licence>agpl</licence>
<author mail="[email protected]">Aysel Afsar</author>
<namespace>DICOMViewer</namespace>
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a697c7f

Please sign in to comment.