Skip to content

Commit b4c8df0

Browse files
committed
v0.2.0
1 parent 5fe4633 commit b4c8df0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/tcpip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcpip",
3-
"version": "0.2.0-dev.1",
3+
"version": "0.2.0",
44
"description": "Virtual TCP/IP stack that can run anywhere",
55
"license": "MIT",
66
"type": "module",

packages/v86/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tcpip/v86",
3-
"version": "0.2.0-dev.1",
3+
"version": "0.2.0",
44
"description": "Network adapter that connects tcpip.js with v86",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)