Skip to content

Commit 82999bc

Browse files
committed
chore: bump version to 0.6.2rc4 for nodetool apps, electron, and web
- Updated version number to 0.6.2rc4 in package.json files for nodetool-apps, nodetool-electron, and nodetool web. - This release includes pre-release changes and improvements across the applications.
1 parent f033a71 commit 82999bc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetool-apps",
3-
"version": "0.6.0",
3+
"version": "0.6.2rc4",
44
"description": "Personalized apps for Nodetool",
55
"homepage": "https://nodetool.ai",
66
"scripts": {
@@ -66,4 +66,4 @@
6666
"type": "git",
6767
"url": "https://github.com/nodetool-ai/nodetool.git"
6868
}
69-
}
69+
}

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetool-electron",
3-
"version": "0.6.0",
3+
"version": "0.6.2rc4",
44
"description": "node-based AI development tool",
55
"homepage": "https://nodetool.ai",
66
"main": "dist-electron/main.js",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetool",
3-
"version": "0.6.0",
3+
"version": "0.6.2rc4",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)