Skip to content

Commit

Permalink
New feat :) (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
CobyPear authored Dec 20, 2023
1 parent 4bc176a commit 5098e96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ See the robots hard at work.
## Changelog

### 0.3.2-dev
* Set Counter to 7 [[52](https://github.com/pantheon-systems/plugin-pipeline-example/pull/52)]

### 0.3.1 (20 December 2023)
* Set Counter to 6 [[49](https://github.com/pantheon-systems/plugin-pipeline-example/pull/49)]
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
== Changelog ==

= 0.3.2-dev =
* Set Counter to 7 [[52](https://github.com/pantheon-systems/plugin-pipeline-example/pull/52)]

= 0.3.1 (20 December 2023) =
* Set Counter to 6 [[49](https://github.com/pantheon-systems/plugin-pipeline-example/pull/49)]
Expand Down
2 changes: 1 addition & 1 deletion rossums-universal-robots.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @since 0.1.1
*/
function rur_counter() {
return 6;
return 7;
}

/**
Expand Down

0 comments on commit 5098e96

Please sign in to comment.