Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Jan 23, 2018
1 parent 483dbb8 commit 61b2c68
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ build/appstore/
*.cache
*.log
build/*/*.d.ts
build/*.tar.gz
build/sign
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
webpack=node_modules/.bin/webpack
version+=1.1.0
version+=1.2.0

jssources=$(wildcard js/*) $(wildcard js/*/*) $(wildcard css/*/*) $(wildcard css/*)
othersources=$(wildcard appinfo/*) $(wildcard css/*/*) $(wildcard controller/*/*) $(wildcard templates/*/*) $(wildcard log/*/*)
Expand Down Expand Up @@ -36,7 +36,7 @@ create-tag:
git tag -s -a v$(version) -m "Tagging the $(version) release."
git push origin v$(version)

appstore: clean
appstore: clean build/main.js
mkdir -p $(sign_dir)
rsync -a \
--exclude=/docs \
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After a folder is created, the admin can give access to the folder to one or mor
Note: encrypting the contents of group folders is currently not supported.]]></description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
<version>1.1.0</version>
<version>1.2.0</version>
<types>
<filesystem/>
</types>
Expand All @@ -34,6 +34,6 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<category>files</category>

<dependencies>
<nextcloud min-version="12" max-version="13"/>
<nextcloud min-version="12" max-version="14"/>
</dependencies>
</info>

0 comments on commit 61b2c68

Please sign in to comment.