diff --git a/html-compressor/includes/core.php b/html-compressor/includes/core.php
index d79532f..ea4bc48 100644
--- a/html-compressor/includes/core.php
+++ b/html-compressor/includes/core.php
@@ -34,7 +34,7 @@ class core // Heart of the HTML Compressor.
*
* @var string Dated version string: `YYMMDD`.
*/
- protected $version = '140901';
+ protected $version = '140922';
/**
* An array of class options.
@@ -664,7 +664,7 @@ protected function get_css_tag_frags(array $html_frag)
/**
* Test a tag fragment to see if it's CSS.
*
- * @since 140921 Improving tag tests.
+ * @since 140922 Improving tag tests.
*
* @param array $tag_frag A tag fragment.
*
@@ -701,7 +701,7 @@ protected function is_link_tag_frag_css(array $tag_frag)
/**
* Test a tag fragment to see if it's CSS.
*
- * @since 140921 Improving tag tests.
+ * @since 140922 Improving tag tests.
*
* @param array $tag_frag A tag fragment.
*
@@ -1353,7 +1353,7 @@ protected function get_js_tag_frags(array $html_frag)
/**
* Test a script tag fragment to see if it's JavaScript.
*
- * @since 140921 Initial release.
+ * @since 140922 Improving attribute tests.
*
* @param array $tag_frag A JS tag fragment.
*