diff --git a/4chan_x.user.js b/4chan_x.user.js index e255076c3..3a0dfa402 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -300,6 +300,7 @@ }; $.extend($, { + VERSION: '3.0.0', NAMESPACE: '4chan_X.', SECOND: 1000, MINUTE: 1000 * 60, diff --git a/script.coffee b/script.coffee index ba6e87caf..73c47efc0 100644 --- a/script.coffee +++ b/script.coffee @@ -252,6 +252,7 @@ $.extend = (object, properties) -> return $.extend $, + VERSION: '3.0.0' NAMESPACE: '4chan_X.' SECOND: 1000 MINUTE: 1000 * 60