Skip to content

Commit b6dc2eb

Browse files
committed
chore: release version 0.6.2 for nodetool apps, electron, and web
- Updated version number to 0.6.2 in package.json files for nodetool-apps, nodetool-electron, and nodetool web. - This release marks the transition from pre-release to stable version, incorporating various improvements across the applications.
1 parent 82999bc commit b6dc2eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodetool-apps",
3-
"version": "0.6.2rc4",
3+
"version": "0.6.2",
44
"description": "Personalized apps for Nodetool",
55
"homepage": "https://nodetool.ai",
66
"scripts": {

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.2rc4",
3+
"version": "0.6.2",
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.2rc4",
3+
"version": "0.6.2",
44
"private": true,
55
"type": "module",
66
"dependencies": {

0 commit comments

Comments
 (0)