Skip to content

Commit 0a16f56

Browse files
committed
Add version info v0.16
1 parent ef18d97 commit 0a16f56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"chatgpt",
1010
"wordpress"
1111
],
12-
"version": "0.15.0",
12+
"version": "0.16.0",
1313
"require": {
1414
"php": "^7.2"
1515
},
@@ -27,4 +27,4 @@
2727
"Convo\\": "tests/"
2828
}
2929
}
30-
}
30+
}

convoworks-gpt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Plugin URI: https://github.com/zef-dev/convoworks-gpt
1010
* Update URI: https://raw.githubusercontent.com/zef-dev/convoworks-gpt/main/update.json
1111
* Author: ZEF Development
12-
* Version: 0.15.0
12+
* Version: 0.16.0
1313
* Author URI: https://zef.dev
1414
* Text Domain: convoworks-gpt
1515
*/
@@ -18,7 +18,7 @@
1818
die;
1919
}
2020

21-
define('CONVO_GPT_VERSION', '0.12.2');
21+
define('CONVO_GPT_VERSION', '0.16.0');
2222
define('CONVO_GPT_DIR', __DIR__);
2323
define('CONVO_GPT_URL', plugin_dir_url(__FILE__));
2424
define('CONVO_GPT_PATH', __FILE__);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"scripts": {
55
"build" : "node sync-version.js && node build.js",
66
"sync-version": "node sync-version.js"

0 commit comments

Comments
 (0)