From 412afea34fb132c1f51834fea0650614bbf4515e Mon Sep 17 00:00:00 2001 From: Gerald Buttinger Date: Sun, 14 Jul 2024 00:56:29 +0200 Subject: [PATCH] chore: bump version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6e5cf1..edac8ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "storyblok-backup", - "version": "0.0.4", + "version": "0.1.0", "description": "npx CLI tool to create a full backup of a Storyblok space and restore single resources from it.", "scripts": { "upgrade": "npx npm-check-updates -i -u && pnpm install",