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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-03-25 14:13:16 +0300
committerAndras Timar <andras.timar@collabora.com>2016-03-25 14:13:16 +0300
commit773b4c8d5edc3157578b50eae091206d59a71411 (patch)
treefc0adca1b88cb8e3e4dbf30ae3bb7a1a5a07d257
parentf3eaa1683d5945b14e43dbae3c29977901ef0847 (diff)
Bump version to 0.9.1 to trigger database update
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 06d89818..1a92bcd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=0.9.0
+VERSION=0.9.1
.PHONY: dist
dist: owncloud-collabora-online.spec
diff --git a/appinfo/info.xml b/appinfo/info.xml
index be9ad3ac..faa96a0d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>Collabora Online</name>
<description>An ownCloud app to work with office documents</description>
<licence>AGPL</licence>
- <version>0.9.0</version>
+ <version>0.9.1</version>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<bugs>https://github.com/owncloud/richdocuments/issues</bugs>
<repository type="git">https://github.com/owncloud/richdocuments.git</repository>