Skip to content

Commit

Permalink
Another feature (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Dec 19, 2023
1 parent f5806f0 commit 9f6ed4a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion rossums-universal-robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
* @since 0.1.2-dev
*/
function rur_counter() {
return 1;
return 2;
}

0 comments on commit 9f6ed4a

Please sign in to comment.