Skip to content

Commit

Permalink
Release: (2aca3ab) Merge branch 'develop' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
dkotter committed Jul 13, 2023
1 parent 87d5c90 commit 71e6cc5
Show file tree
Hide file tree
Showing 20 changed files with 1,104 additions and 175 deletions.
2 changes: 1 addition & 1 deletion classifai.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://github.com/10up/classifai
* Update URI: https://classifaiplugin.com
* Description: Enhance your WordPress content with Artificial Intelligence and Machine Learning services.
* Version: 2.2.2
* Version: 2.2.3
* Requires at least: 5.7
* Requires PHP: 7.4
* Author: 10up
Expand Down
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* declared here instead of a Class.
*/

$plugin_version = '2.2.2';
$plugin_version = '2.2.3';

if ( file_exists( __DIR__ . '/.commit' ) ) {
$plugin_version .= '-' . file_get_contents( __DIR__ . '/.commit' );
Expand Down
2 changes: 1 addition & 1 deletion dist/language-processing.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array(), 'version' => '14d95e43e9d9289dd558');
<?php return array('dependencies' => array(), 'version' => 'faf1abdaa9f15941efb0');
2 changes: 1 addition & 1 deletion dist/language-processing.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/language-processing.js

Large diffs are not rendered by default.

Loading

0 comments on commit 71e6cc5

Please sign in to comment.