diff options
Diffstat (limited to 'viewer')
-rw-r--r-- | viewer/ldgallery-viewer.7.md | 4 | ||||
-rw-r--r-- | viewer/package.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/viewer/ldgallery-viewer.7.md b/viewer/ldgallery-viewer.7.md index afdaec5..ad36f7f 100644 --- a/viewer/ldgallery-viewer.7.md +++ b/viewer/ldgallery-viewer.7.md | |||
@@ -2,7 +2,7 @@ | |||
2 | pagetitle: Viewer user manual - ldgallery | 2 | pagetitle: Viewer user manual - ldgallery |
3 | title: LDGALLERY-VIEWER(7) ldgallery | 3 | title: LDGALLERY-VIEWER(7) ldgallery |
4 | author: Pacien TRAN-GIRARD, Guillaume FOUET | 4 | author: Pacien TRAN-GIRARD, Guillaume FOUET |
5 | date: 2022-10-30 (v2.1-SNAPSHOT) | 5 | date: 2023-02-17 (v2.2) |
6 | --- | 6 | --- |
7 | 7 | ||
8 | 8 | ||
@@ -169,7 +169,7 @@ The ldgallery source code is available on <https://ldgallery.pacien.org>. | |||
169 | 169 | ||
170 | # LICENSE | 170 | # LICENSE |
171 | 171 | ||
172 | Copyright (C) 2019-2022 Pacien TRAN-GIRARD and Guillaume FOUET. | 172 | Copyright (C) 2019-2023 Pacien TRAN-GIRARD and Guillaume FOUET. |
173 | 173 | ||
174 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. | 174 | This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
175 | 175 | ||
diff --git a/viewer/package.json b/viewer/package.json index 4647eaa..36c35fb 100644 --- a/viewer/package.json +++ b/viewer/package.json | |||
@@ -1,6 +1,6 @@ | |||
1 | { | 1 | { |
2 | "name": "ldgallery-viewer", | 2 | "name": "ldgallery-viewer", |
3 | "version": "2.1.0", | 3 | "version": "2.2.0", |
4 | "private": true, | 4 | "private": true, |
5 | "scripts": { | 5 | "scripts": { |
6 | "serve": "vue-cli-service serve", | 6 | "serve": "vue-cli-service serve", |