Skip to content

Commit 9d5ed74

Browse files
author
Balazs P
committed
Bump version
1 parent 3170e63 commit 9d5ed74

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: pbalazs
44
Tags: ai, openai, autocomplete, automation, writing
55
Requires at least: 6.0
66
Tested up to: 6.7
7-
Stable tag: 1.0.3
7+
Stable tag: 1.0.4
88
Requires PHP: 7.4
99
License: GPLv3 or later
1010
License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html)
@@ -173,7 +173,7 @@ GPL-3.0 or later – [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu
173173

174174
== Changelog ==
175175

176-
= 1.0.3 =
176+
= 1.0.4 =
177177

178178
- Fixed and updated translations
179179

superdraft.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Superdraft
44
* Description: A powerful AI-driven toolset that enhances your WordPress experience with smart automation, intelligent recommendations, and predictive features.
5-
* Version: 1.0.3
5+
* Version: 1.0.4
66
* Author: Balázs Piller
77
* Author URI: https://wp-autoplugin.com
88
* Text Domain: superdraft
@@ -19,7 +19,7 @@
1919
}
2020

2121
// Define constants.
22-
define( 'SUPERDRAFT_VERSION', '1.0.3' );
22+
define( 'SUPERDRAFT_VERSION', '1.0.4' );
2323
define( 'SUPERDRAFT_DIR', plugin_dir_path( __FILE__ ) );
2424
define( 'SUPERDRAFT_URL', plugin_dir_url( __FILE__ ) );
2525

0 commit comments

Comments
 (0)