Bump version to 1.1.1 for appstore release

This commit is contained in:
dartcafe 2020-01-22 22:01:01 +01:00
Родитель eecbcc04a3
Коммит c3e2b662cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CCE73CEF3035D3C8
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -1,7 +1,11 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.1.0] - 2020-01-21 ## [1.1.1] - tbd
- appstore release (no changes to 1.1.0)
## [1.1.0] - 2020-01-22 (pre-release)
- autoFocus poll title in creation dialog (#757) - autoFocus poll title in creation dialog (#757)
- only count current user, if he actually voted (#759) - only count current user, if he actually voted (#759)

Просмотреть файл

@ -5,7 +5,7 @@
<name>Polls</name> <name>Polls</name>
<summary>A polls app, similar to doodle/dudle with the possibility to restrict access.</summary> <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> <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.0</version> <version>1.1.1</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Vinzenz Rosenkranz</author> <author>Vinzenz Rosenkranz</author>
<author>René Gieling</author> <author>René Gieling</author>

Просмотреть файл

@ -1,7 +1,7 @@
{ {
"name": "polls", "name": "polls",
"description": "Polls app for nextcloud", "description": "Polls app for nextcloud",
"version": "1.1.0", "version": "1.1.1",
"authors": [ "authors": [
{ {
"name": "Vinzenz Rosenkranz", "name": "Vinzenz Rosenkranz",