Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
####   Version 1.0.0 (2024-07-15)

- Initial release of free version of Hyve
  • Loading branch information
pirate-bot committed Jul 15, 2024
1 parent 8767d19 commit 221b71a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Version 1.0.0 (2024-07-15)

- Initial release of free version of Hyve
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codeinwp/hyve-lite",
"description": "An AI support bot.",
"version": "1.1.0",
"version": "1.0.0",
"type": "wordpress-plugin",
"license": "GPL-V3",
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions hyve-lite.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Plugin Name: Hyve Lite
* Plugin URI: https://themeisle.com/plugins/hyve/
* Description: Hyve is an AI-powered chatbot that transforms your WordPress content into engaging conversations.
* Version: 1.1.0
* Version: 1.0.0
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPL-3.0+
Expand All @@ -24,7 +24,7 @@
define( 'HYVE_LITE_BASEFILE', __FILE__ );
define( 'HYVE_LITE_URL', plugins_url( '/', __FILE__ ) );
define( 'HYVE_LITE_PATH', __DIR__ );
define( 'HYVE_LITE_VERSION', '1.1.0' );
define( 'HYVE_LITE_VERSION', '1.0.0' );

$vendor_file = HYVE_LITE_PATH . '/vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyve-lite",
"version": "1.1.0",
"version": "1.0.0",
"description": "An AI support bot.",
"scripts": {
"build": "npm-run-all build:*",
Expand Down

0 comments on commit 221b71a

Please sign in to comment.