Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remkade committed Aug 13, 2019
1 parent 35aae69 commit 2abbb01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multisite-json-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Plugin Name: Multisite JSON API
* Plugin URI: http://github.com/remkade/multisite-json-api
* Description: A JSON API for managing multisite sites
* Version: 1.1.0
* Version: 1.2.0
* Author: Kyle Leaders
* Author URI: http://github.com/remkade
* Text Domain: en_US
Expand Down
2 changes: 1 addition & 1 deletion public/class-multisite-json-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Multisite_JSON_API {
*
* @var string
*/
const VERSION = '1.0.0';
const VERSION = '1.2.0';

/**
* @TODO - Rename "plugin-name" to the name of your plugin
Expand Down

0 comments on commit 2abbb01

Please sign in to comment.