Skip to content

Commit

Permalink
Update version numbers for release
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Sep 3, 2018
1 parent 394c2f7 commit 2da8c89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Accessible Event Manager for WordPress
* Requires at least: 4.4
* Tested up to: 4.9
* Requires PHP: 5.3
* Stable tag: `3.0.14`
* Stable tag: `3.0.16`
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions src/my-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* License: GPL-2.0+
* License URI: http://www.gnu.org/license/gpl-2.0.txt
* Domain Path: lang
* Version: 3.0.15
* Version: 3.0.16
*/

/*
Expand All @@ -42,7 +42,7 @@
}

global $mc_version, $wpdb;
$mc_version = '3.0.15';
$mc_version = '3.0.16';

define( 'MC_DEBUG', false );

Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: calendar, dates, times, event, events, scheduling, schedule, event manager
Requires at least: 4.4
Tested up to: 4.9
Requires PHP: 5.3
Stable tag: 3.0.15
Stable tag: 3.0.16
Text domain: my-calendar
License: GPLv2 or later

Expand Down

0 comments on commit 2da8c89

Please sign in to comment.