diff --git a/LICENSE b/LICENSE index de2df6645..91af909e7 100755 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* -* 4chan X - Version 1.3.6 - 2014-02-15 +* 4chan X - Version 1.3.7 - 2014-02-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index c83bdcac3..1e33a70b1 100755 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.3.6 +// @version 1.3.7 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 1ddbe171c..5456ed885 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.3.6 +// @version 1.3.7 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X @@ -23,7 +23,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.6 - 2014-02-15 +* 4chan X - Version 1.3.7 - 2014-02-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -360,7 +360,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.6', + VERSION: '1.3.7', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/crx.crx b/builds/crx.crx index 936f5ecc6..85cd36e95 100644 Binary files a/builds/crx.crx and b/builds/crx.crx differ diff --git a/builds/crx/manifest.json b/builds/crx/manifest.json index c418d9f34..187d2efd1 100755 --- a/builds/crx/manifest.json +++ b/builds/crx/manifest.json @@ -1,6 +1,6 @@ { "name": "4chan X", - "version": "1.3.6", + "version": "1.3.7", "manifest_version": 2, "description": "Cross-browser userscript for maximum lurking on 4chan.", "icons": { diff --git a/builds/crx/script.js b/builds/crx/script.js index e0d3f8510..d776f0984 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -1,6 +1,6 @@ // Generated by CoffeeScript /* -* 4chan X - Version 1.3.6 - 2014-02-15 +* 4chan X - Version 1.3.7 - 2014-02-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -337,7 +337,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.6', + VERSION: '1.3.7', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/builds/xpi/data/4chan-X.user.js b/builds/xpi/data/4chan-X.user.js index 1ddbe171c..5456ed885 100644 --- a/builds/xpi/data/4chan-X.user.js +++ b/builds/xpi/data/4chan-X.user.js @@ -1,7 +1,7 @@ // Generated by CoffeeScript // ==UserScript== // @name 4chan X -// @version 1.3.6 +// @version 1.3.7 // @minGMVer 1.13 // @minFFVer 26 // @namespace 4chan-X @@ -23,7 +23,7 @@ // ==/UserScript== /* -* 4chan X - Version 1.3.6 - 2014-02-15 +* 4chan X - Version 1.3.7 - 2014-02-15 * * Licensed under the MIT license. * https://github.com/Spittie/4chan-x/blob/master/LICENSE @@ -360,7 +360,7 @@ doc = d.documentElement; g = { - VERSION: '1.3.6', + VERSION: '1.3.7', NAMESPACE: '4chan X.', boards: {}, threads: {}, diff --git a/latest.js b/latest.js index 966bd04c7..d15637805 100755 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'1.3.6'},'*') +postMessage({version:'1.3.7'},'*')