From f34cfc8c2d30f6d4c0439248054e009a3d1f42ad Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 30 Aug 2024 13:16:35 +0000 Subject: [PATCH] chore(release): 3.1.0-alpha.1 [skip ci] # [3.1.0-alpha.1](https://github.com/Automattic/newspack-ads/compare/v3.0.2...v3.1.0-alpha.1) (2024-08-30) ### Features * **media-kit:** add media kit (from publisher-media-kit plugin) ([#894](https://github.com/Automattic/newspack-ads/issues/894)) ([8c46acf](https://github.com/Automattic/newspack-ads/commit/8c46acf94d6dae77585df44d48374d9bc93a78e1)) --- newspack-ads.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/newspack-ads.php b/newspack-ads.php index b476dd1e..91a32da2 100755 --- a/newspack-ads.php +++ b/newspack-ads.php @@ -5,7 +5,7 @@ * Description: Ad services integration. * Author: Automattic * License: GPL2 - * Version: 3.0.2 + * Version: 3.1.0-alpha.1 * * @package Newspack */ @@ -14,7 +14,7 @@ defined( 'ABSPATH' ) || exit; -define( 'NEWSPACK_ADS_VERSION', '3.0.2' ); +define( 'NEWSPACK_ADS_VERSION', '3.1.0-alpha.1' ); // Define NEWSPACK_ADS_PLUGIN_FILE. if ( ! defined( 'NEWSPACK_ADS_PLUGIN_FILE' ) ) {