Skip to content

Commit e90c0c2

Browse files
committed
Update version to 0.5.0 in preparation to Composer package release
1 parent cc03046 commit e90c0c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Files and directories to exclude from the generated archive (export-ignore).
55
# These will be omitted from GitHub/Packagist ZIP archives to keep packages small.
66

7+
/packages/client/src/ export-ignore
8+
/packages/client/.* export-ignore
9+
/packages/client/*.* export-ignore
10+
711
# Tests and test fixtures
812
/tests/ export-ignore
913

abilities-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://github.com/WordPress/abilities-api
1313
* Description: Provides a framework for registering and executing AI abilities in WordPress.
1414
* Requires at least: 6.8
15-
* Version: 0.3.0
15+
* Version: 0.5.0
1616
* Requires PHP: 7.2
1717
* Author: WordPress.org Contributors
1818
* Author URI: https://github.com/WordPress/abilities-api/graphs/contributors

includes/bootstrap.php

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

2020
// Version of the plugin.
2121
if ( ! defined( 'WP_ABILITIES_API_VERSION' ) ) {
22-
define( 'WP_ABILITIES_API_VERSION', '0.3.0' );
22+
define( 'WP_ABILITIES_API_VERSION', '0.5.0' );
2323
}
2424

2525
// Load core classes if they are not already defined (for non-Composer installs or direct includes).

0 commit comments

Comments
 (0)