Skip to content

Commit 734715e

Browse files
author
Pantheon Automation
committed
Release 0.3.6
1 parent e5fe781 commit 734715e

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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.6-dev
8+
Stable tag: 0.3.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -26,7 +26,7 @@ See the robots hard at work.
2626

2727
## Changelog
2828

29-
### 0.3.6-dev
29+
### 0.3.6 (21 December 2023)
3030
* Update the Second Counter to 3 [[62](https://github.com/pantheon-systems/plugin-pipeline-example/pull/62)]
3131

3232
### 0.3.5 (21 December 2023)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugin-pipeline-example",
3-
"version": "0.3.6-dev",
3+
"version": "0.3.6",
44
"description": "A demo plugin to test and showcase github actions during plugin development and release",
55
"main": "Gruntfile.js",
66
"directories": {

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.6-dev
8+
Stable tag: 0.3.6
99
License: GPLv2 or later
1010
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -68,7 +68,7 @@ directory take precedence. For example, `/assets/screenshot-1.png` would win ove
6868

6969
== Changelog ==
7070

71-
= 0.3.6-dev =
71+
= 0.3.6 (21 December 2023) =
7272
* Update the Second Counter to 3 [[62](https://github.com/pantheon-systems/plugin-pipeline-example/pull/62)]
7373

7474
= 0.3.5 (21 December 2023) =

rossums-universal-robots.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Author URI: pantheon.io
88
* Text Domain: rossums-universal-robots
99
* Domain Path: /languages
10-
* Version: 0.3.6-dev
10+
* Version: 0.3.6
1111
*
1212
* @package Rossums_Universal_Robots
1313
*/
@@ -17,7 +17,7 @@
1717
*
1818
* @since 0.3.0
1919
*/
20-
define( 'RUR_VERSION', '0.3.6-dev' );
20+
define( 'RUR_VERSION', '0.3.6' );
2121

2222
/**
2323
* Returns an int. It's a feature.

0 commit comments

Comments
 (0)