Skip to content

Commit 4cba433

Browse files
committed
Update version number to 2.13.0
1 parent 0a7bb2f commit 4cba433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

code-snippets.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @author Shea Bunge <[email protected]>
1111
* @copyright 2012-2018 Shea Bunge
1212
* @license MIT http://opensource.org/licenses/MIT
13-
* @version 2.12.0
13+
* @version 2.13.0
1414
* @link https://github.com/sheabunge/code-snippets
1515
*/
1616

@@ -20,7 +20,7 @@
2020
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!
2121
Author: Shea Bunge
2222
Author URI: https://sheabunge.com
23-
Version: 2.12.1
23+
Version: 2.13.0
2424
License: MIT
2525
License URI: license.txt
2626
Text Domain: code-snippets
@@ -42,7 +42,7 @@
4242
* @since 2.0
4343
* @var string A PHP-standardized version number string
4444
*/
45-
define( 'CODE_SNIPPETS_VERSION', '2.12.1' );
45+
define( 'CODE_SNIPPETS_VERSION', '2.13.0' );
4646

4747
/**
4848
* The full path to the main file of this plugin

0 commit comments

Comments
 (0)