Skip to content

Commit 1c0768a

Browse files
committed
Roll a non-devel release.
1 parent 4d60b87 commit 1c0768a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Perl extension Apache2::Filter::Minifier::JavaScript.
22

3+
1.04 Mon May 5 15:17 PDT 2008
4+
- no changes since 1.04_02, but is a non-devel release
5+
36
1.04_02 Wed Oct 17 16:01 PDT 2007
47
- decline processing if unable to determine Content-Type of document
58
- lower Perl requirement to 5.6.0

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Apache2-Filter-Minifier-JavaScript
3-
version: 1.04_02
3+
version: 1.04
44
author:
55
- Graham TerMarsch ([email protected])
66
abstract: JS minifying output filter
@@ -19,7 +19,7 @@ recommends:
1919
provides:
2020
Apache2::Filter::Minifier::JavaScript:
2121
file: lib/Apache2/Filter/Minifier/JavaScript.pm
22-
version: 1.04_02
22+
version: 1.04
2323
generated_by: Module::Build version 0.2805
2424
meta-spec:
2525
url: http://module-build.sourceforge.net/META-spec-v1.2.html

lib/Apache2/Filter/Minifier/JavaScript.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ eval { require JavaScript::Minifier::XS; };
1919

2020
###############################################################################
2121
# Version number.
22-
our $VERSION = '1.04_02';
22+
our $VERSION = '1.04';
2323

2424
###############################################################################
2525
# MIME-Types we're willing to minify.

0 commit comments

Comments
 (0)