From 0f89d4d0d6404546beb50cc8c7626b86dead33ea Mon Sep 17 00:00:00 2001 From: Dmytro Stebaiev Date: Wed, 4 Oct 2023 16:18:05 +0300 Subject: [PATCH] Bump version --- python/VERSION | 2 +- typescript/base/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/VERSION b/python/VERSION index 8acdd82..3eefcb9 100644 --- a/python/VERSION +++ b/python/VERSION @@ -1 +1 @@ -0.0.1 +1.0.0 diff --git a/typescript/base/package.json b/typescript/base/package.json index 482e589..4385a06 100644 --- a/typescript/base/package.json +++ b/typescript/base/package.json @@ -23,7 +23,7 @@ "eslint": "npx eslint ." }, "types": "lib/index.d.ts", - "version": "0.1.0", + "version": "1.0.0", "dependencies": { "axios": "^1.4.0" }