Skip to content

Commit

Permalink
v3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Apr 9, 2020
1 parent c293547 commit caf1476
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 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+=2.3.4
version+=3.0.0-beta.1

all: dev-setup build-js-production test test-php

Expand Down
15 changes: 7 additions & 8 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<name>Bookmarks</name>
<summary>A Bookmark manager for Nextcloud</summary>
<description><![CDATA[
This app provides you with a web interface for collecting and organizing bookmarks to the sites on the web that are precious to you.
You can browse and filter your bookmarks via tags and folders and by using the built-in search feature.
This app provides you with a web interface for collecting, organizing and sharing bookmarks to the sites on the web that are precious to you.
You can browse and filter your bookmarks via tags, folders and by using the built-in search feature and you can share folders with other users and groups as well as create public links for them.
Also, in order to access your bookmarks anywhere, it also allows you to synchronize with third-party clients via a built-in REST API -- be it in your browsers or on your phone.
Check out the third-party clients listed here: https://github.com/nextcloud/bookmarks#third-party-clients
Requirements:
- PHP v7.1+
- PHP v7.2+
- PHP extensions:
- gmp: *
- intl: *
- mbstring: *
- Nextcloud v17+
]]></description>
<version>2.3.4</version>
<version>3.0.0-beta.1</version>
<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 All @@ -29,11 +29,10 @@ Requirements:
<repository type="git">https://github.com/nextcloud/bookmarks.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/bookmarks/master/screenshots/Bookmarks-small.png">https://raw.githubusercontent.com/nextcloud/bookmarks/master/screenshots/Bookmarks.png</screenshot>
<dependencies>
<php min-version="7.1" />
<lib>gmp</lib>
<php min-version="7.2" />
<lib>intl</lib>
<lib>mbstring</lib>
<nextcloud min-version="16" max-version="19" />
<nextcloud min-version="17" max-version="19" />
</dependencies>
<background-jobs>
<job>OCA\Bookmarks\BackgroundJobs\PreviewsJob</job>
Expand Down
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": "2.3.4",
"version": "3.0.0-beta.1",
"main": "js/index.js",
"scripts": {
"dev": "webpack --config webpack.dev.js",
Expand Down

0 comments on commit caf1476

Please sign in to comment.