From 9c4956e683534e467dd41f00d2fd41459cf86c87 Mon Sep 17 00:00:00 2001 From: Aysel Afsar Date: Tue, 7 Apr 2020 10:15:42 -0400 Subject: [PATCH] Bump to version 1.2.2 --- appinfo/info.xml | 2 +- changelog.md | 5 +++++ composer.lock | 10 +++++----- js/package.json | 2 +- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index cb94edb..49445a2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ - 1.2.1 + 1.2.2 agpl Aysel Afsar DICOMViewer diff --git a/changelog.md b/changelog.md index 2b4a45e..c67437d 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). +## [1.2.2] - 2020-04-07 + +### Added +- Support for Nextcloud 18 + ## [1.2.1] - 2019-12-07 ### Fixed diff --git a/composer.lock b/composer.lock index 529095b..966e0b8 100644 --- a/composer.lock +++ b/composer.lock @@ -1289,16 +1289,16 @@ }, { "name": "symfony/yaml", - "version": "v4.4.6", + "version": "v4.4.7", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "43d7a46b1f80b4fd2ecfac4a9a4cc1f22d029fbb" + "reference": "ef166890d821518106da3560086bfcbeb4fadfec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/43d7a46b1f80b4fd2ecfac4a9a4cc1f22d029fbb", - "reference": "43d7a46b1f80b4fd2ecfac4a9a4cc1f22d029fbb", + "url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec", + "reference": "ef166890d821518106da3560086bfcbeb4fadfec", "shasum": "" }, "require": { @@ -1344,7 +1344,7 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2020-03-16T08:56:54+00:00" + "time": "2020-03-30T11:41:10+00:00" }, { "name": "webmozart/assert", diff --git a/js/package.json b/js/package.json index 895056e..5cd0c52 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "dicomviewer", - "version": "1.2.1", + "version": "1.2.2", "description": "Place this app in **nextcloud/apps/**", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",