Skip to content

Commit

Permalink
v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Sep 2, 2018
1 parent f6bd598 commit e376598
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.12.1
version+=0.12.2

all: appstore

Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
This app allows you to store and organize your favorite places on the web in one spot, while allowing you to sync them with your various devices and browsers.
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
]]></description>
<version>0.12.1</version>
<version>0.12.2</version>

This comment has been minimized.

Copy link
@blizzz

blizzz Sep 3, 2018

Member

@marcelklehr When dropping support of Nc <= 14 (the "<=" is missing in the release notes), won't it be better to jump to 0.13? Up to you.

This comment has been minimized.

Copy link
@marcelklehr

marcelklehr Sep 3, 2018

Author Member

It's actually meant exactly like that. :D Nextcloud 14 will no longer be supported by the 0.12.x series, and will only be supported by 0.13.0. My rationale was to avoid users updating to v14 with bookmarks v0.12 and then bein unable to update because the Apss page is broken.

This comment has been minimized.

Copy link
@blizzz

blizzz Sep 3, 2018

Member

ah, alright :)

<licence>agpl</licence>
<author mail="blizzz@arthur-schiwon.de" homepage="https://www.arthur-schiwon.de">Arthur Schiwon</author>
<author mail="mklehr@gmx.net">Marcel Klehr</author>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
"version": "0.12.1",
"version": "0.12.2",
"main": "js/index.js",
"scripts": {
"build": "webpack"
Expand Down

0 comments on commit e376598

Please # to comment.