diff --git a/.github/actions/deploy/patch b/.github/actions/deploy/patch index b4de3947..48082f72 100644 --- a/.github/actions/deploy/patch +++ b/.github/actions/deploy/patch @@ -1 +1 @@ -11 +12 diff --git a/lib/Controller/MainController.php b/lib/Controller/MainController.php index 0d5eade1..cd1e829e 100755 --- a/lib/Controller/MainController.php +++ b/lib/Controller/MainController.php @@ -82,7 +82,7 @@ class MainController extends Controller { */ public function getApiVersion(): DataResponse { $response = [ - 'cookbook_version' => [0, 9, 11], /* VERSION_TAG do not change this line manually */ + 'cookbook_version' => [0, 9, 12], /* VERSION_TAG do not change this line manually */ 'api_version' => [ 'epoch' => 0, 'major' => 0, diff --git a/package.json b/package.json index 6f6abbe3..0c69a0ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud-cookbook", - "version": "0.9.11", + "version": "0.9.12", "description": "", "main": "src/main.js", "scripts": {