Skip to content

Commit

Permalink
0.17.12
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 Apr 1, 2020
1 parent 6b56e96 commit 7413630
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

### 0.17.12

- fix some translation


### 0.17.11

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
branch=stable16
version+=0.17.11
version+=0.17.12

all: appstore

Expand Down Expand Up @@ -46,7 +46,7 @@ appstore: clean composer
--exclude=/translationfiles \
--exclude=/.tx \
--exclude=/tests \
--exclude=/.git \
--exclude=.git \
--exclude=/.github \
--exclude=/l10n/l10n.pl \
--exclude=/CONTRIBUTING.md \
Expand Down
2 changes: 1 addition & 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.17.11</version>
<version>0.17.12</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<documentation>
Expand Down

0 comments on commit 7413630

Please sign in to comment.