Skip to content

Commit ed9253f

Browse files
committed
0.0.2
1 parent 86a6bc7 commit ed9253f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example-plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* Plugin Name: Example Plugin
44
* Plugin URI: https://tangibleplugins.com/example-plugin
55
* Description: Description of example plugin
6-
* Version: 0.0.1
6+
* Version: 0.0.2
77
* Author: Team Tangible
88
* Author URI: https://teamtangible.com
99
* License: GPLv2 or later
1010
*/
1111
use tangible\framework;
1212
use tangible\updater;
1313

14-
define( 'EXAMPLE_PLUGIN_VERSION', '0.0.1' );
14+
define( 'EXAMPLE_PLUGIN_VERSION', '0.0.2' );
1515

1616
require __DIR__ . '/vendor/tangible/framework/index.php';
1717
require __DIR__ . '/vendor/tangible/updater/index.php';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tangible-example-plugin",
33
"description": "Description of example plugin",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"repository": {
77
"type": "git",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Description of example plugin
1919

2020
== Changelog ==
2121

22-
= 0.0.1 =
22+
= 0.0.2 =
2323

2424
Release Date: 2024-01-01
2525

0 commit comments

Comments
 (0)