From 6685254cd807fa7cfc5ae385f25af86c08011166 Mon Sep 17 00:00:00 2001 From: Paul K Date: Mon, 27 Jan 2025 13:14:03 -0500 Subject: [PATCH] chore: bump package version to 1.2.0 (#4) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 92419ec..48f9ce2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@picahq/cli", - "version": "1.0.1", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@picahq/cli", - "version": "1.0.1", + "version": "1.2.0", "license": "GPL-3.0", "dependencies": { "@types/express": "^5.0.0", diff --git a/package.json b/package.json index 8867e3b..dfc19aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@picahq/cli", - "version": "1.1.0", + "version": "1.2.0", "description": "Build and manage performant, high-converting native integrations with a few lines of code.", "main": "build/index.js", "scripts": {