Skip to content

Commit f004f13

Browse files
committed
chore: bump version to 0.6.0 in package.json and deno.json
1 parent c7d53c3 commit f004f13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/kkrpc/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunkun/kkrpc",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "TypeScript-first RPC library for seamless bi-directional communication between processes, workers, and contexts. Cross-runtime compatible with Node.js, Deno, Bun, and browsers.",
55
"keywords": [
66
"rpc",

packages/kkrpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kkrpc",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "TypeScript-first RPC library for seamless bi-directional communication between processes, workers, and contexts. Cross-runtime compatible with Node.js, Deno, Bun, and browsers.",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)