Skip to content

Commit 449837c

Browse files
authored
V 0.3 Tag (#13)
V 0.3 Tag Signed-off-by: Namith Jawahar <namith.jawahar@gmail.com>
1 parent ccf8fbc commit 449837c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

fair-explorer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
* Plugin Name: Fair Explorer
1212
* Plugin URI: https://fairpm.org/
1313
* Description: Fair Explorer Repository browser.
14-
* Version: 0.2.0
14+
* Version: 0.3.0
1515
* Author: FairPM
1616
* Author URI: https://fairpm.org/
1717
* Requires at least: 5.3
1818
* Requires PHP: 7.4
19-
* Tested up to: 6.7
19+
* Tested up to: 6.9
2020
* License: GPLv2
2121
* License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
2222
* Text Domain: fair-explorer
@@ -30,7 +30,7 @@
3030
}
3131

3232
if ( ! defined( 'AE_VERSION' ) ) {
33-
define( 'AE_VERSION', '0.2.0' );
33+
define( 'AE_VERSION', '0.3.0' );
3434
}
3535

3636

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fair-explorer",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Fair Explorer Repository browser.",
55
"scripts": {
66
"build-css": "npx sass assets/css/fair-explorer.scss assets/css/fair-explorer.css",

0 commit comments

Comments
 (0)