1 parent b6b7f47 commit e535ee1Copy full SHA for e535ee1
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "onyx",
3
- "version": "0.9.3",
+ "version": "0.9.4",
4
"description": "Open source knowledge base and note-taking app",
5
"type": "module",
6
"scripts": {
src-tauri/Cargo.toml
[package]
name = "onyx"
-version = "0.9.3"
+version = "0.9.4"
description = "Open source knowledge base and note-taking app"
authors = ["you"]
license = "MIT"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "Onyx",
"identifier": "com.onyxnotes.dev",
"build": {
7
"frontendDist": "../dist",
0 commit comments