Skip to content

Commit

Permalink
Update version number to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Dec 17, 2018
1 parent 0a7bb2f commit 4cba433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @author Shea Bunge <[email protected]>
* @copyright 2012-2018 Shea Bunge
* @license MIT http://opensource.org/licenses/MIT
* @version 2.12.0
* @version 2.13.0
* @link https://github.com/sheabunge/code-snippets
*/

Expand All @@ -20,7 +20,7 @@
Description: An easy, clean and simple way to add code snippets to your site. No need to edit to your theme's functions.php file again!
Author: Shea Bunge
Author URI: https://sheabunge.com
Version: 2.12.1
Version: 2.13.0
License: MIT
License URI: license.txt
Text Domain: code-snippets
Expand All @@ -42,7 +42,7 @@
* @since 2.0
* @var string A PHP-standardized version number string
*/
define( 'CODE_SNIPPETS_VERSION', '2.12.1' );
define( 'CODE_SNIPPETS_VERSION', '2.13.0' );

/**
* The full path to the main file of this plugin
Expand Down

0 comments on commit 4cba433

Please sign in to comment.