Skip to content

Commit

Permalink
chore: Bump version to 0.3.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Jul 26, 2024
1 parent 4fc60a9 commit 566d840
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .nextcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
/docs/
/tests
/babel.config.js
/.php-cs-fixer.dist.php
/.editorconfig
/.eslintrc.js
/.nextcloudignore
Expand All @@ -27,4 +26,8 @@
/package-lock.json
/node_modules/
/src/
/vite.config.ts
/websocket_server/
/psalm.xml0i
/tsconfig.json
/Dockerfile
/.stylelintrc.cjs
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Collaborative whiteboard app for Nextcloud
]]>
</description>
<version>0.2.1</version>
<version>0.3.0-beta.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Whiteboard</namespace>
Expand Down
5 changes: 5 additions & 0 deletions krankerl.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[package]
before_cmds = [
'npm ci',
'npm run build'
]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whiteboard",
"version": "0.1.0",
"version": "0.3.0-beta.1",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down Expand Up @@ -77,4 +77,4 @@
"node": "^20",
"npm": "^9"
}
}
}

0 comments on commit 566d840

Please sign in to comment.