From 56956b7afe6a873661adc4502f4409b43785d1d4 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Wed, 15 Oct 2025 12:43:42 +0800 Subject: [PATCH] fix: revert version number to 1.0.0 in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6576ef6..4566447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tonecn/typesrpc", - "version": "1.0.1", + "version": "1.0.0", "description": "A lightweight, type-safe RPC framework for TypeScript with deep nested API support", "main": "dist/index.js", "types": "dist/index.d.ts",