File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: Example Plugin
4
4
* Plugin URI: https://tangibleplugins.com/example-plugin
5
5
* Description: Description of example plugin
6
- * Version: 0.0.1
6
+ * Version: 0.0.2
7
7
* Author: Team Tangible
8
8
* Author URI: https://teamtangible.com
9
9
* License: GPLv2 or later
10
10
*/
11
11
use tangible \framework ;
12
12
use tangible \updater ;
13
13
14
- define ( 'EXAMPLE_PLUGIN_VERSION ' , '0.0.1 ' );
14
+ define ( 'EXAMPLE_PLUGIN_VERSION ' , '0.0.2 ' );
15
15
16
16
require __DIR__ . '/vendor/tangible/framework/index.php ' ;
17
17
require __DIR__ . '/vendor/tangible/updater/index.php ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tangible-example-plugin" ,
3
3
"description" : " Description of example plugin" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"type" : " module" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Description of example plugin
19
19
20
20
== Changelog ==
21
21
22
- = 0.0.1 =
22
+ = 0.0.2 =
23
23
24
24
Release Date: 2024-01-01
25
25
You can’t perform that action at this time.
0 commit comments