Skip to content

Commit

Permalink
Bump to version 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by: Github actions bot <bot@noreply.github.com>
  • Loading branch information
Github actions bot committed Sep 26, 2021
1 parent 1cf5413 commit 3645255
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 @@
2
3
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, 2], /* VERSION_TAG do not change this line manually */
'cookbook_version' => [0, 9, 3], /* 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.2",
"version": "0.9.3",
"description": "",
"main": "src/main.js",
"scripts": {
Expand Down

0 comments on commit 3645255

Please sign in to comment.