Skip to content

Commit 3643a4a

Browse files
author
Github actions bot
committed
Bump to version 0.9.12
Signed-off-by: Github actions bot <[email protected]>
1 parent 1e4730c commit 3643a4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/deploy/patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11
1+
12

lib/Controller/MainController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function index(): TemplateResponse {
8282
*/
8383
public function getApiVersion(): DataResponse {
8484
$response = [
85-
'cookbook_version' => [0, 9, 11], /* VERSION_TAG do not change this line manually */
85+
'cookbook_version' => [0, 9, 12], /* VERSION_TAG do not change this line manually */
8686
'api_version' => [
8787
'epoch' => 0,
8888
'major' => 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextcloud-cookbook",
3-
"version": "0.9.11",
3+
"version": "0.9.12",
44
"description": "",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)