diff --git a/README.MD b/README.MD index 364e33c..1877354 100644 --- a/README.MD +++ b/README.MD @@ -17,6 +17,7 @@ See the robots hard at work. * [Build/Tag/Release](https://github.com/pantheon-systems/plugin-release-actions/) * [Prepare Dev](https://github.com/pantheon-systems/plugin-release-actions/) * [Release to WordPress.org](https://github.com/10up/action-wordpress-plugin-deploy) (10up) +* Prepare Release PR ### Linting and Testing * [WordPress.org Code Analysis](https://github.com/pantheon-systems/action-wporg-validator/) @@ -26,6 +27,7 @@ See the robots hard at work. ## Changelog ### 0.3.4-dev +* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] ### 0.3.3 (20 December 2023) * Set Counter to 8 [[55](https://github.com/pantheon-systems/plugin-pipeline-example/pull/55)] diff --git a/composer.lock b/composer.lock index cb8e379..4440a7c 100644 --- a/composer.lock +++ b/composer.lock @@ -3533,12 +3533,12 @@ "source": { "type": "git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", - "reference": "5805f7a4e4958dbb5e944ef1e6edae0.3.4-dev765e7" + "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0.3.4-dev765e7", - "reference": "5805f7a4e4958dbb5e944ef1e6edae0.3.4-dev765e7", + "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7", + "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7", "shasum": "" }, "require": { diff --git a/package-lock.json b/package-lock.json index 9f4e40e..c0f256d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "plugin-pipeline-example", - "version": "0.3.2-dev", + "version": "0.3.4-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "plugin-pipeline-example", - "version": "0.3.2-dev", + "version": "0.3.4-dev", "license": "MIT", "dependencies": { "grunt": "^1.6.1", diff --git a/package.json b/package.json index a5c3b11..aa8c0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plugin-pipeline-example", - "version": "0.3.2-dev", + "version": "0.3.4-dev", "description": "A demo plugin to test and showcase github actions during plugin development and release", "main": "Gruntfile.js", "directories": { diff --git a/readme.txt b/readme.txt index 12feb23..76065e2 100644 --- a/readme.txt +++ b/readme.txt @@ -69,6 +69,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == = 0.3.4-dev = +* Set Counter to 9 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] = 0.3.3 (20 December 2023) = * Set Counter to 8 [[55](https://github.com/pantheon-systems/plugin-pipeline-example/pull/55)] diff --git a/rossums-universal-robots.php b/rossums-universal-robots.php index 8cb094c..7b22148 100644 --- a/rossums-universal-robots.php +++ b/rossums-universal-robots.php @@ -26,7 +26,7 @@ * @since 0.1.1 */ function rur_counter() { - return 8; + return 9; } /**