File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
* @author Shea Bunge <[email protected] >
11
11
* @copyright 2012-2018 Shea Bunge
12
12
* @license MIT http://opensource.org/licenses/MIT
13
- * @version 2.12 .0
13
+ * @version 2.13 .0
14
14
* @link https://github.com/sheabunge/code-snippets
15
15
*/
16
16
20
20
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!
21
21
Author: Shea Bunge
22
22
Author URI: https://sheabunge.com
23
- Version: 2.12.1
23
+ Version: 2.13.0
24
24
License: MIT
25
25
License URI: license.txt
26
26
Text Domain: code-snippets
42
42
* @since 2.0
43
43
* @var string A PHP-standardized version number string
44
44
*/
45
- define ( 'CODE_SNIPPETS_VERSION ' , '2.12.1 ' );
45
+ define ( 'CODE_SNIPPETS_VERSION ' , '2.13.0 ' );
46
46
47
47
/**
48
48
* The full path to the main file of this plugin
You can’t perform that action at this time.
0 commit comments