Skip to content

Commit

Permalink
0.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
  • Loading branch information
ArtificialOwl committed Jun 15, 2018
1 parent 235fe7d commit e836c98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
version+=0.13.6
version+=0.14.0

all: appstore

Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
]]>
</description>
<version>0.13.6</version>
<version>0.14.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>
Expand All @@ -47,6 +47,7 @@ Users won't be able to find this Circle using Nextcloud search engine.
<step>OCA\Circles\Migration\ImportOwncloudCustomGroups</step>
<step>OCA\Circles\Migration\GenerateUniqueIdOnCreatedCircle</step>
<step>OCA\Circles\Migration\UsingShortenUniqueIdInsteadOfCircleId</step>
<step>OCA\Circles\Migration\RemoveDeadShares</step>
</post-migration>
</repair-steps>

Expand Down

0 comments on commit e836c98

Please sign in to comment.