We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35aae69 commit 2abbb01Copy full SHA for 2abbb01
multisite-json-api.php
@@ -15,7 +15,7 @@
15
* Plugin Name: Multisite JSON API
16
* Plugin URI: http://github.com/remkade/multisite-json-api
17
* Description: A JSON API for managing multisite sites
18
- * Version: 1.1.0
+ * Version: 1.2.0
19
* Author: Kyle Leaders
20
* Author URI: http://github.com/remkade
21
* Text Domain: en_US
public/class-multisite-json-api.php
@@ -30,7 +30,7 @@ class Multisite_JSON_API {
30
*
31
* @var string
32
*/
33
- const VERSION = '1.0.0';
+ const VERSION = '1.2.0';
34
35
/**
36
* @TODO - Rename "plugin-name" to the name of your plugin
0 commit comments