Skip to content

Commit cb5b65d

Browse files
committed
fix header for CDN distro
I'd like to host this on the [jsDelivr CDN](http://www.jsdelivr.com/), but needs a version & license since we host only OSS. (Feel free to fill in your own files.) v1.0.0 would be more accurate according to [SemVer](http://semver.org/). You're public, & it works great. If you make API changes later, then that would be v2.0.0.
1 parent c001a7f commit cb5b65d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

midnight.jquery.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* midnight.js
3-
* Switches dynamically between multiple header designs, so it looks in line with the content below it.
4-
* Crafted at Aerolab
2+
* midnight.js v1.0.0
3+
* jQuery plugin to switch dynamically between multiple header designs, so it looks in line with the content below it.
4+
* (c)2014 Aerolab, @license WTFPL
55
*/
66

77

@@ -401,4 +401,4 @@
401401

402402
};
403403

404-
})(jQuery));
404+
})(jQuery));

0 commit comments

Comments
 (0)