We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63af2ed commit 9de8664Copy full SHA for 9de8664
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "darkwrite",
3
- "version": "0.5.2-alpha.2",
+ "version": "0.5.3-alpha.2",
4
"scripts": {
5
"test": "yarn workspaces foreach -A run test",
6
"typecheck": "yarn workspaces foreach -A run typecheck",
packages/app-desktop/package.json
@@ -7,7 +7,7 @@
7
"description": "The eye candy note-taking app for all desktops.",
8
"productName": "Darkwrite",
9
"private": true,
10
11
"type": "module",
12
"license": "AGPL-3.0-or-later",
13
"main": "dist-electron/main.js",
0 commit comments