Skip to content

Commit 4b090c2

Browse files
author
Github actions bot
committed
Bump to version 0.9.4
Signed-off-by: Github actions bot <[email protected]>
1 parent 47493e7 commit 4b090c2

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-
3
1+
4

lib/Controller/MainController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function index(): TemplateResponse {
7272
*/
7373
public function getApiVersion(): DataResponse {
7474
$response = [
75-
'cookbook_version' => [0, 9, 3], /* VERSION_TAG do not change this line manually */
75+
'cookbook_version' => [0, 9, 4], /* VERSION_TAG do not change this line manually */
7676
'api_version' => [
7777
'epoch' => 0,
7878
'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.3",
3+
"version": "0.9.4",
44
"description": "",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)