Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/bookmarks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2019-07-22 10:28:35 +0300
committerMarcel Klehr <mklehr@gmx.net>2019-07-22 10:28:35 +0300
commiteb4d3378a3074d47cbea641c753c513667ce7ec9 (patch)
treebf3166417d6023a39b0890c551f29f3bafa42708
parent94d597785ad81de0cb4dff87ab004f616326b59e (diff)
v1.0.8v1.0.8
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9c102da..ac903767 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## v1.0.7
+## v1.0.8
- NEW: gmp, intl, mbstring are now required
- NEW translations
diff --git a/Makefile b/Makefile
index 733c6716..b7596c62 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=1.0.7
+version+=1.0.8
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cab16bc4..ea24a67d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>1.0.6</version>
+ <version>1.0.8</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>
diff --git a/package-lock.json b/package-lock.json
index 7755ee1b..99e4d267 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.7",
+ "version": "1.0.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index a1031d6f..b089b8d3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "bookmarks",
- "version": "1.0.7",
+ "version": "1.0.6",
"main": "js/index.js",
"scripts": {
"build": "webpack"