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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2021-07-05 21:34:58 +0300
committerGitHub <noreply@github.com>2021-07-05 21:34:58 +0300
commita4e1f2032828a9028c8b18d39f78751f8e2c6a6e (patch)
tree7ad25668a6b391726add4cce8ae3518ca1fdb798
parentb9fbdd7a15d0f9bfd39ade2363522ac8c241f14c (diff)
parentc90bf47a10870d787cce83c5af8d01e5e1db766f (diff)
Merge pull request #685 from nextcloud/backport/684/stable22v22.0.022.0.0
[stable22] 22.0.0
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
-rw-r--r--composer.lock12
3 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9a12bb63..c9476f10 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ cert_dir=$(HOME)/.nextcloud/certificates
github_account=nextcloud
release_account=nextcloud-releases
branch=stable22
-version=22.0.0-rc1
+version=22.0.0
since_tag=
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 286f400f..a483f31a 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.
]]>
</description>
- <version>22.0.0-rc1</version>
+ <version>22.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<types>
diff --git a/composer.lock b/composer.lock
index db1cc0c2..fa7cffdc 100644
--- a/composer.lock
+++ b/composer.lock
@@ -8,16 +8,16 @@
"packages": [
{
"name": "artificial-owl/my-small-php-tools",
- "version": "v22.1.5",
+ "version": "v22.1.6",
"source": {
"type": "git",
"url": "https://github.com/ArtificialOwl/my-small-php-tools.git",
- "reference": "f9f0330e82385f89c1b829ced3bce82521de382b"
+ "reference": "6e64e7de01c4eac474016267d15ab8fc4d847b17"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ArtificialOwl/my-small-php-tools/zipball/f9f0330e82385f89c1b829ced3bce82521de382b",
- "reference": "f9f0330e82385f89c1b829ced3bce82521de382b",
+ "url": "https://api.github.com/repos/ArtificialOwl/my-small-php-tools/zipball/6e64e7de01c4eac474016267d15ab8fc4d847b17",
+ "reference": "6e64e7de01c4eac474016267d15ab8fc4d847b17",
"shasum": ""
},
"require": {
@@ -42,9 +42,9 @@
"description": "My small PHP Tools",
"support": {
"issues": "https://github.com/ArtificialOwl/my-small-php-tools/issues",
- "source": "https://github.com/ArtificialOwl/my-small-php-tools/tree/v22.1.5"
+ "source": "https://github.com/ArtificialOwl/my-small-php-tools/tree/v22.1.6"
},
- "time": "2021-07-02T14:13:39+00:00"
+ "time": "2021-07-05T18:30:34+00:00"
}
],
"packages-dev": [],