Skip to content

Commit 5f3b6f2

Browse files
committed
Version 1.2.0.
1 parent e0b28a5 commit 5f3b6f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
VERSION=1.3.0
1+
VERSION=1.2.0
32
NAME=jquery.timepicker-${VERSION}
43

54
SOURCES=${NAME}.js ${NAME}.css
@@ -28,4 +27,4 @@ ${NAME}.css:
2827
-F "data=<jquery.timepicker.css" > jquery.timepicker-${VERSION}.min.css
2928

3029
cleanup:
31-
rm ${SOURCES} ${COMPRESSED}
30+
rm ${SOURCES} ${COMPRESSED}

0 commit comments

Comments
 (0)