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>2020-01-23 01:38:24 +0300
committerdartcafe <github@dartcafe.de>2020-01-23 01:38:24 +0300
commit94fca9cf9825c01954ea2b54d8e0a9d7a76a0eae (patch)
tree3be6cc5b34189c89f2dec0d3ef2857e90bd1ab6f
parentf1d9644c275b47ecc166475f46789d4f0a0c5dc4 (diff)
Bump version
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b1adf54c..d45a76b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
-## [1.1.2] - tbd
+## [1.1.3] - tbd
- - appstore release (no changes to 1.1.1)
+ - appstore release (no changes to 1.1.2)
-## [1.1.1] - 2020-01-22 (pre-release)
+## [1.1.2] - 2020-01-22 (pre-release)
- autoFocus poll title in creation dialog (#757)
- only count current user, if he actually voted (#759)
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 600795c6..76582bb1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary>
<description>A polls app, similar to doodle/dudle with the possibility to restrict access (members, certain groups/users, hidden and public).</description>
- <version>1.1.1</version>
+ <version>1.1.2</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>
diff --git a/package.json b/package.json
index 0a99b3d4..c8b6e3da 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "polls",
"description": "Polls app for nextcloud",
- "version": "1.1.1",
+ "version": "1.1.2",
"authors": [
{
"name": "Vinzenz Rosenkranz",