From a5882f5a158bad21bdbdb0af6a8b03ad31a0b88c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 9 Jun 2021 22:52:51 -0100 Subject: [PATCH] 22.0.0-alpha.8 Signed-off-by: Maxence Lange --- Makefile | 2 +- appinfo/info.xml | 2 +- composer.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index 23b31e226..c2ef09c71 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ package_name=$(app_name) cert_dir=$(HOME)/.nextcloud/certificates github_account=nextcloud branch=master -version+=22.0.0-alpha.8 +version+=22.0.0-alpha.9 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index aee234b99..091865942 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -8,7 +8,7 @@ Those groups of users (or "circles") can then be used by any other app for sharing purpose. ]]> - 22.0.0-alpha.8 + 22.0.0-alpha.9 agpl Maxence Lange diff --git a/composer.lock b/composer.lock index e5b6323eb..0ac499786 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "daita/my-small-php-tools", - "version": "v22.0.11", + "version": "v22.0.12", "source": { "type": "git", "url": "https://github.com/daita/my-small-php-tools.git", - "reference": "975e55ace4e0aca259cf817d79b52595a9c26eac" + "reference": "e91fa3953c549334dab1a0cb29432a1a36bebf6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/975e55ace4e0aca259cf817d79b52595a9c26eac", - "reference": "975e55ace4e0aca259cf817d79b52595a9c26eac", + "url": "https://api.github.com/repos/daita/my-small-php-tools/zipball/e91fa3953c549334dab1a0cb29432a1a36bebf6e", + "reference": "e91fa3953c549334dab1a0cb29432a1a36bebf6e", "shasum": "" }, "require": { @@ -42,9 +42,9 @@ "description": "My small PHP Tools", "support": { "issues": "https://github.com/daita/my-small-php-tools/issues", - "source": "https://github.com/daita/my-small-php-tools/tree/v22.0.11" + "source": "https://github.com/daita/my-small-php-tools/tree/v22.0.12" }, - "time": "2021-06-05T21:01:29+00:00" + "time": "2021-06-09T16:54:37+00:00" } ], "packages-dev": [],