We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b51ce5 commit e712e16Copy full SHA for e712e16
carelib.php
@@ -15,7 +15,7 @@
15
*
16
* @since 1.0.0
17
*/
18
-define( 'CARELIB_VERSION', '2.1.0' );
+define( 'CARELIB_VERSION', '2.2.0' );
19
20
/**
21
* The absolute path to CareLib's root directory with a trailing slash.
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "carelib",
3
"description": "A collection of helpful functions to make creating an awesome theme more enjoyable.",
4
- "version": "2.1.0",
+ "version": "2.2.0",
5
"copyright": "2017",
6
"license": "GPL-2.0+",
7
"private": true,
0 commit comments