From dcf611621414c70ae1ccaa6da3f44f0dafca99db Mon Sep 17 00:00:00 2001 From: ouikhuan Date: Fri, 3 Nov 2023 08:20:49 +0000 Subject: [PATCH] Run tool fixup project versions Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6742732782 --- package.json | 2 +- src/class-dashboard.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 994b6ca..3499bdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-blaze", - "version": "0.12.0", + "version": "0.12.1-alpha", "description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme", "bugs": { diff --git a/src/class-dashboard.php b/src/class-dashboard.php index a6e0dda..0bf101a 100644 --- a/src/class-dashboard.php +++ b/src/class-dashboard.php @@ -21,7 +21,7 @@ class Dashboard { * * @var string */ - const PACKAGE_VERSION = '0.12.0'; + const PACKAGE_VERSION = '0.12.1-alpha'; /** * List of dependencies needed to render the dashboard in wp-admin.