Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
Github actions bot committed Jan 13, 2022
2 parents df6b3f0 + 60bcba4 commit d2949da
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 @@
8
9
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, 8], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 9, 9], /* 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.8",
"version": "0.9.9",
"description": "",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit d2949da

Please sign in to comment.