We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b062696 commit 87e7a57Copy full SHA for 87e7a57
1 file changed
openkaarten-frontend-plugin.php
@@ -12,7 +12,7 @@
12
* Plugin Name: OpenKaarten Frontend Plugin
13
* Plugin URI: https://openwebconcept.nl/
14
* Description: Adds OpenKaarten Blocks to the Gutenberg editor.
15
- * Version: 0.1.0
+ * Version: 0.2.0
16
* Author: Acato
17
* Author URI: https://www.acato.nl
18
* Text Domain: openkaarten-frontend-plugin
@@ -38,7 +38,7 @@
38
}
39
40
if ( ! defined( 'OPENKAARTEN_FRONTEND_VERSION' ) ) {
41
- define( 'OPENKAARTEN_FRONTEND_VERSION', '0.1.0' );
+ define( 'OPENKAARTEN_FRONTEND_VERSION', '0.2.0' );
42
43
44
if ( ! defined( 'OPENKAARTEN_FRONTEND_PLUGIN_NAME' ) ) {
0 commit comments