Skip to content

Commit

Permalink
Bump to version 0.9.10
Browse files Browse the repository at this point in the history
Signed-off-by: Github actions bot <[email protected]>
  • Loading branch information
Github actions bot committed Mar 4, 2022
1 parent 096718f commit f962794
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/deploy/patch
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
2 changes: 1 addition & 1 deletion lib/Controller/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function index(): TemplateResponse {
*/
public function getApiVersion(): DataResponse {
$response = [
'cookbook_version' => [0, 9, 9], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 9, 10], /* VERSION_TAG do not change this line manually */
'api_version' => [
'epoch' => 0,
'major' => 0,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextcloud-cookbook",
"version": "0.9.9",
"version": "0.9.10",
"description": "",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit f962794

Please sign in to comment.