Skip to content

Commit 5224589

Browse files
authored
Merge pull request #367 from namithj/0.9.3-prep
V 0.9.3 Prep
2 parents a89c848 + 13a59b2 commit 5224589

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

aspire-update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin Name: AspireUpdate
1111
* Plugin URI: https://aspirepress.org/
1212
* Description: Update plugins and themes for WordPress.
13-
* Version: 0.9.2
13+
* Version: 0.9.3
1414
* Author: AspirePress
1515
* Author URI: https://docs.aspirepress.org/aspireupdate/
1616
* Requires at least: 5.3
@@ -28,7 +28,7 @@
2828
}
2929

3030
if ( ! defined( 'AP_VERSION' ) ) {
31-
define( 'AP_VERSION', '0.9.2' );
31+
define( 'AP_VERSION', '0.9.3' );
3232
}
3333

3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspire-update",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"description": "This plugin allows a WordPress user to automatically rewrite certain URLs and URL paths to a new URL. This is helpful because it allows for the rewriting of `api.wordpress.org` to some other repository that contains the plugins the user wants.",
55
"repository": {
66
"type": "git",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: sarah-savage, namithj, asirota
33
Donate link: https://github.com/sponsors/aspirepress
44
Requires at least: 5.3
55
Tested up to: 6.7
6-
Stable tag: 0.9.2
6+
Stable tag: 0.9.3
77
Requires PHP: 7.4
88
License: GPLv2
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)