We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae82c73 commit 1699bbfCopy full SHA for 1699bbf
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog for CareLib
2
3
+# 2.2.1
4
+- Fixed typo
5
+
6
# 2.2.0
7
- Removed TinyMCE styles
8
- Simplified body class filter
carelib.php
@@ -15,7 +15,7 @@
15
*
16
* @since 1.0.0
17
*/
18
-define( 'CARELIB_VERSION', '2.2.0' );
+define( 'CARELIB_VERSION', '2.2.1' );
19
20
/**
21
* The absolute path to CareLib's root directory with a trailing slash.
package.json
@@ -1,7 +1,7 @@
{
"name": "carelib",
"description": "A collection of helpful functions to make creating an awesome theme more enjoyable.",
- "version": "2.2.0",
+ "version": "2.2.1",
"copyright": "2017",
"license": "GPL-2.0+",
"private": true,
0 commit comments