We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9371e1 commit 32a37a4Copy full SHA for 32a37a4
themeplate.php
@@ -11,7 +11,7 @@
11
* Author: Gene Alyson Fortunado Torcende
12
* Author URI: mailto:genealyson.torcende@gmail.com
13
* Description: A toolkit to handle everything related in developing a full-featured WordPress theme.
14
- * Version: 3.4.0
+ * Version: 3.5.0
15
* License: GNU General Public License v3.0
16
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
17
*/
@@ -26,7 +26,7 @@
26
================================================== */
27
28
if ( ! defined( 'TP_VERSION' ) ) {
29
- define( 'TP_VERSION', '3.4.0' );
+ define( 'TP_VERSION', '3.5.0' );
30
}
31
32
if ( ! defined( 'TP_FILE' ) ) {
0 commit comments