From 65af596231ae3c922b1c22be61ad8786c405c53a Mon Sep 17 00:00:00 2001 From: kaanyagci Date: Sun, 28 May 2023 15:34:07 +0200 Subject: [PATCH] build: version incremented to 0.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6acc733..62c1848 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@makepad/linkedinjs", - "version": "0.0.1", + "version": "0.0.2", "description": "LinkedIn web scraper written in TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts",