From d4e0f4be4c4b13b81ffbf44ea1c8fef72d40320b Mon Sep 17 00:00:00 2001 From: chenyuan Date: Sat, 18 Sep 2021 18:26:34 +0800 Subject: [PATCH] release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0ba1a5..114bfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dive-into-source", - "version": "0.1.0", + "version": "0.1.1", "description": "Dive into source code, analyze all respects of it, help you understand it as quickly as possible!", "main": "index.js", "repository": "https://github.com/92hackers/dive-into-source",