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-02-11 15:33:23 +0300
committerdartcafe <github@dartcafe.de>2022-02-11 15:33:23 +0300
commita19747d97fd5661a2813774e7474d7745df68c78 (patch)
tree026d9bae13bc62f957e764a1885a89c285bdeffd
parente755d421b3ecf093a18ce86c63502ab1491056ee (diff)
3.5.2v3.5.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 f2ccb4a9..31147006 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "polls",
- "version": "3.5.1",
+ "version": "3.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "polls",
- "version": "3.5.1",
+ "version": "3.5.2",
"license": "AGPL-3.0",
"dependencies": {
"@juliushaertl/vue-richtext": "^1.0.1",
diff --git a/package.json b/package.json
index eb3699fb..9c92da19 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "3.5.1",
+ "version": "3.5.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",