Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Jan 21, 2024
1 parent 98ee455 commit d979637
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mind.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Content Assistant Plugin based on OpenAI. Write, improve, rewrite, rephrase, change the tone of your blog posts, and more.
* Requires at least: 6.0
* Requires PHP: 7.2
* Version: 0.1.0
* Version: 0.1.1
* Author: Mind Team
* Author URI: https://www.wp-mind.com/
* License: GPLv2 or later
Expand All @@ -19,7 +19,7 @@
}

if ( ! defined( 'MIND_VERSION' ) ) {
define( 'MIND_VERSION', '0.1.0' );
define( 'MIND_VERSION', '0.1.1' );
}

/**
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": "mind",
"version": "0.1.0",
"version": "0.1.1",
"description": "Mind - Content Assistant Plugin based on OpenAI",
"author": "Mind Team",
"license": "GPL-2.0-or-later",
Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: ai, openai, gpt, copywriting, assistant
Requires at least: 6.2
Tested up to: 6.4
Requires PHP: 7.2
Stable tag: 0.1.0
Stable tag: 0.1.1
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -127,6 +127,10 @@ Mind is developed for the WordPress page builder - Gutenberg. Currently we don't

== Changelog ==

= 0.1.0 =
= 0.1.1 - 21 Jan, 2024 =

- fixed displaying OpenAI errors

= 0.1.0 - 14 Nov, 2023 =

- Release

0 comments on commit d979637

Please sign in to comment.