We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5669f commit e6c1d7aCopy full SHA for e6c1d7a
1 file changed
add-to-all.php
@@ -14,7 +14,7 @@
14
*
15
* @wordpress-plugin
16
* Plugin Name: WebberZone Snippetz - Header, Body and Footer manager
17
- * Version: 2.2.0-beta1
+ * Version: 2.2.0
18
* Plugin URI: https://webberzone.com/plugins/add-to-all/
19
* Description: A simple yet powerful plugin that allows you to insert any code snippet or script into WordPress.
20
* Author: Ajay D'Souza
@@ -39,7 +39,7 @@
39
40
* @var string $WZ_SNIPPETZ_VERSION WebberZone Snippetz version.
41
*/
42
- define( 'WZ_SNIPPETZ_VERSION', '2.2.0-beta1' );
+ define( 'WZ_SNIPPETZ_VERSION', '2.2.0' );
43
}
44
45
0 commit comments