From 9f6ed4a33c5f491f31147efc845b207e6eff522d Mon Sep 17 00:00:00 2001 From: Phil Tyler Date: Mon, 18 Dec 2023 16:34:13 -0800 Subject: [PATCH] Another feature (#36) --- README.MD | 3 ++- readme.txt | 3 ++- rossums-universal-robots.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index bfe86bd..ae92864 100644 --- a/README.MD +++ b/README.MD @@ -14,7 +14,8 @@ See the robots hard at work. ## Changelog ### 0.1.2-dev -* Set Counter to 1 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] +* Set Counter to 1 [[34](https://github.com/pantheon-systems/plugin-pipeline-example/pull/34)] +* Set Counter to 2 [[36](https://github.com/pantheon-systems/plugin-pipeline-example/pull/36)] ### 0.1.1 (18 December 2023) * Set Counter to 0 [[19](https://github.com/pantheon-systems/plugin-pipeline-example/pull/19)] diff --git a/readme.txt b/readme.txt index 0ca021d..faba070 100644 --- a/readme.txt +++ b/readme.txt @@ -69,7 +69,8 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove == Changelog == = 0.1.2-dev = -* Set Counter to 1 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)] +* Set Counter to 1 [[34](https://github.com/pantheon-systems/plugin-pipeline-example/pull/34)] +* Set Counter to 2 [[36](https://github.com/pantheon-systems/plugin-pipeline-example/pull/36)] = 0.1.1 (18 December 2023) = * Set Counter to 0 [[19](https://github.com/pantheon-systems/plugin-pipeline-example/pull/19)] diff --git a/rossums-universal-robots.php b/rossums-universal-robots.php index 095183d..09deb9c 100644 --- a/rossums-universal-robots.php +++ b/rossums-universal-robots.php @@ -19,5 +19,5 @@ * @since 0.1.2-dev */ function rur_counter() { - return 1; + return 2; }