Skip to content

Commit b512ef4

Browse files
committed
Updated version number for my changes, and included JAR file for download in source control.
1 parent c7ca67f commit b512ef4

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ CVS/
1010
*#*#
1111
build/classes
1212
build/jar
13-
build/yuicompressor*.jar
13+
build/build_tmp
1414
.project
1515
.classpath

ant.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ lib.dir = lib
33
doc.dir = doc
44
build.dir = build
55
product.name = yuicompressor
6-
version.number = 2.4.8
6+
version.number = 2.4.9
77
jar.name = ${product.name}-${version.number}.jar
88
dist.package.name = ${product.name}-${version.number}

build/yuicompressor-2.4.9.jar

771 KB
Binary file not shown.

maven_central/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<project name="YUI Compressor bundle for Maven Central" default="maven-central-bundle" basedir=".">
3-
<property name="yui.version">2.4.8</property>
3+
<property name="yui.version">2.4.9</property>
44
<property name="rhino.version">1.7R2</property>
55

66
<target name="clean">

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "yuicompressor",
33
"description": "YUICompressor CLI and Node.js require",
4-
"version": "2.4.8",
4+
"version": "2.4.9",
55
"author": "Julien Lecomte <julien.lecomte@gmail.com>",
66
"contributors": [
77
{
@@ -13,6 +13,9 @@
1313
}, {
1414
"name" : "Stoyan Stefanov",
1515
"email" : "assttoo@ymail.com"
16+
}, {
17+
"name" : "Eric Arnol-Martin",
18+
"email" : "earnolmartin@gmail.com"
1619
}
1720
],
1821
"bugs": { "url" : "http://yuilibrary.com/projects/yuicompressor/newticket" },

0 commit comments

Comments
 (0)