We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672e32a commit d6b17c4Copy full SHA for d6b17c4
2 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "aqbot",
3
"private": true,
4
- "version": "0.0.8",
+ "version": "0.0.9",
5
"license": "AGPL-3.0-only",
6
"packageManager": "pnpm@10.32.1",
7
"type": "module",
src-tauri/tauri.conf.json
"$schema": "https://schema.tauri.app/config/2",
"productName": "AQBot",
"identifier": "top.aqbot.app",
"build": {
"beforeDevCommand": "pnpm dev",
0 commit comments