1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-05 13:47:38 +02:00

2.2.0 release - update VERSION constant

This commit is contained in:
Sam Bauers
2014-03-06 01:35:24 +11:00
committed by Steve Clay
parent 853dfd0395
commit c91f746132

View File

@@ -24,7 +24,7 @@
*/
class Minify {
const VERSION = '2.1.7';
const VERSION = '2.2.0';
const TYPE_CSS = 'text/css';
const TYPE_HTML = 'text/html';
// there is some debate over the ideal JS Content-Type, but this is the