Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-09-27 23:04:56 +0300
committerdartcafe <github@dartcafe.de>2022-09-27 23:04:56 +0300
commitf3e79a7d0be15bdf6753f82d4d664d5c60aaa657 (patch)
tree1197e4df04e8de879b1b7cfc0391d546134b2e96
parent83853f2e9c3b362a43805513aa0dfac37e277ab6 (diff)
3.8.2v3.8.2
Signed-off-by: dartcafe <github@dartcafe.de>
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 1c6cfe2f..e3291235 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "3.8.1",
+ "version": "3.8.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "3.8.1",
+ "version": "3.8.2",
"license": "AGPL-3.0",
"dependencies": {
"@nextcloud/auth": "^2.0.0",
diff --git a/package.json b/package.json
index 201b3f50..e5497d3d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "3.8.1",
+ "version": "3.8.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",