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
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)
- only count current user, if he actually voted (#759)

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

@ -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.0</version>
<version>1.1.1</version>
<licence>agpl</licence>
<author>Vinzenz Rosenkranz</author>
<author>René Gieling</author>

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

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