From 0974a4f8ffbf9a02b9f6347137c3fc8f5a291dd4 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 3 Dec 2020 10:38:10 -0100 Subject: [PATCH] 19.0.0 Signed-off-by: Maxence Lange --- CHANGELOG.md | 5 +++++ Makefile | 4 ++-- appinfo/info.xml | 2 +- composer.lock | 13 +++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3831209e..530d2288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog +### 19.0.0 + +- upgrade of lib + + ### 0.8.3 - throw ManuallyLockedException with ETA. diff --git a/Makefile b/Makefile index e8de55ee..b68d0cfd 100644 --- a/Makefile +++ b/Makefile @@ -9,8 +9,8 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates codecov_token_dir=$(HOME)/.nextcloud/codecov_token github_account=nextcloud -branch=master -version+=0.8.3 +branch=stable19 +version+=19.0.0 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 9af72d04..ecbefbae 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Allow your users to temporary lock their files to avoid conflicts while working ]]> - 0.8.3 + 19.0.0 agpl Maxence Lange FilesLock diff --git a/composer.lock b/composer.lock index 2d74c868..26fc0092 100644 --- a/composer.lock +++ b/composer.lock @@ -1,7 +1,7 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "eee719721813bbc625e2faf8ef7303c5", @@ -12,12 +12,12 @@ "source": { "type": "git", "url": "https://github.com/daita/my-small-php-tools.git", - "reference": "3c0a95f97b8f09cab26f18a4c37b3ad73a0b96a2" + "reference": "844b10da6abf50044ae9c40120cb5b927352bd95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/3c0a95f97b8f09cab26f18a4c37b3ad73a0b96a2", - "reference": "3c0a95f97b8f09cab26f18a4c37b3ad73a0b96a2", + "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/844b10da6abf50044ae9c40120cb5b927352bd95", + "reference": "844b10da6abf50044ae9c40120cb5b927352bd95", "shasum": "" }, "require": { @@ -40,7 +40,7 @@ } ], "description": "My small PHP Tools", - "time": "2019-10-04T12:32:13+00:00" + "time": "2020-12-02T14:37:02+00:00" } ], "packages-dev": [], @@ -52,5 +52,6 @@ "prefer-stable": false, "prefer-lowest": false, "platform": [], - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "1.1.0" }