From 634bda8c5f51f8f80ac674159129db6698b24ce3 Mon Sep 17 00:00:00 2001
From: thekiba
Date: Sun, 11 Feb 2024 20:48:10 +0400
Subject: [PATCH] chore: release v0.1.1
---
package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package.json b/package.json
index 4baa4b1..b6e024f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@toncommunity/tlb-parser",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "Parse TLB syntax into TypeScript objects",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",