Skip to content

Commit 35fd01e

Browse files
authored
Another Increment Feature (#49)
1 parent 8166d33 commit 35fd01e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.0
8+
Stable tag: 0.3.1-dev
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -14,7 +14,7 @@ See the robots hard at work.
1414
## Changelog
1515

1616
### 0.3.1-dev
17-
17+
* Set Counter to 6 [[49](https://github.com/pantheon-systems/plugin-pipeline-example/pull/49)]
1818

1919
### 0.3.0 (20 December 2023)
2020
* Set Second Counter to 2 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: comments, spam
55
Requires at least: 4.5
66
Tested up to: 6.2.1
77
Requires PHP: 5.6
8-
Stable tag: 0.3.0
8+
Stable tag: 0.3.1-dev
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -69,7 +69,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
6969
== Changelog ==
7070

7171
= 0.3.1-dev =
72-
72+
* Set Counter to 6 [[49](https://github.com/pantheon-systems/plugin-pipeline-example/pull/49)]
7373

7474
= 0.3.0 (20 December 2023) =
7575
* Set Second Counter to 2 [[#](https://github.com/pantheon-systems/plugin-pipeline-example/pull/#)]

rossums-universal-robots.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @since 0.1.1
2727
*/
2828
function rur_counter() {
29-
return 5;
29+
return 6;
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)