We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59324b5 commit 786cc34Copy full SHA for 786cc34
1 file changed
steempress_sp.php
@@ -14,7 +14,7 @@
14
* @wordpress-plugin
15
* Plugin Name: Steempress
16
* Description: Publishes your article to the steem blockchain automatically to allow you to earn money and reach new audiences.
17
- * Version: 2.2.3
+ * Version: 2.3
18
* Author: Martin Lees
19
* Author URI: https://steemit.com/@howo
20
* License: GPL-2.0+
@@ -32,7 +32,7 @@
32
* Currently plugin version.
33
* using SemVer - https://semver.org
34
*/
35
-define( 'steempress_sp_compte', '2.2.3');
+define( 'steempress_sp_compte', '2.3');
36
define( 'steempress_sp_api_url', 'https://api.steempress.io');
37
define( 'steempress_sp_twoway_api_url', 'https://two.steempress.io');
38
0 commit comments