Skip to content

Commit 2abbb01

Browse files
committed
Version 1.2.0
1 parent 35aae69 commit 2abbb01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

multisite-json-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Plugin Name: Multisite JSON API
1616
* Plugin URI: http://github.com/remkade/multisite-json-api
1717
* Description: A JSON API for managing multisite sites
18-
* Version: 1.1.0
18+
* Version: 1.2.0
1919
* Author: Kyle Leaders
2020
* Author URI: http://github.com/remkade
2121
* Text Domain: en_US

public/class-multisite-json-api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Multisite_JSON_API {
3030
*
3131
* @var string
3232
*/
33-
const VERSION = '1.0.0';
33+
const VERSION = '1.2.0';
3434

3535
/**
3636
* @TODO - Rename "plugin-name" to the name of your plugin

0 commit comments

Comments
 (0)