Skip to content

Commit f8dfcd2

Browse files
committed
fix minify version
1 parent 1dba686 commit f8dfcd2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-class-ns",
3-
"version": "2.0.0",
3+
"version": "2.0.8",
44
"homepage": "http://eyecode.github.io/jquery-class/",
55
"description": "JQuery Class Builder with Namespace Integration",
66
"main": ["./jquery-class/jquery.class.js","./jquery-class/jquery.class.min.js"],

jquery-class/jquery.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* JQuery Class
3-
* version 2.0.6
3+
* version 2.0.8
44
*/
55
$.Class = function(definition) {
66
var registerNameSpace = function(ns, ptr) {

jquery-class/jquery.class.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)