diff --git a/package-lock.json b/package-lock.json index cc42909..bd9991b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@postback/cli", - "version": "0.2.0-rc.1", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@postback/cli", - "version": "0.2.0-rc.1", + "version": "0.2.0", "license": "AGPL-3.0-only", "dependencies": { "commander": "^14.0.3" diff --git a/package.json b/package.json index 2e30f65..5997a47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@postback/cli", - "version": "0.2.0-rc.1", + "version": "0.2.0", "description": "Revenue analytics and approval-gated Apple Ads and TikTok Ads CLI for AI agents", "private": false, "license": "AGPL-3.0-only", diff --git a/src/version.ts b/src/version.ts index 62fea09..f60d10f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const CLI_VERSION = '0.2.0-rc.1'; +export const CLI_VERSION = '0.2.0';