Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
astudentinearth committed Jan 21, 2025
1 parent fe36bbb commit fb958ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "darkwrite",
"version": "0.4.0-alpha.1",
"version": "0.5.0-alpha.1",
"description": "",
"scripts": {
"test:all": "yarn workspaces foreach -A run test",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "The eye candy note-taking app for all desktops.",
"productName": "Darkwrite",
"private": true,
"version": "0.4.0-alpha.1",
"version": "0.5.0-alpha.1",
"type": "module",
"license": "AGPL-3.0-or-later",
"main": "dist-electron/main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@darkwrite/common",
"version": "0.4.0-alpha.1",
"version": "0.5.0-alpha.1",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"scripts": {
Expand Down

0 comments on commit fb958ea

Please sign in to comment.