diff --git a/4chan_x.user.js b/4chan_x.user.js index 23e52a9da..5478ea374 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.24.2 +// @version 2.24.3 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -18,7 +18,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.24.2 + * 4chan X 2.24.3 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -200,7 +200,7 @@ NAMESPACE = '4chan_x.'; - VERSION = '2.24.2'; + VERSION = '2.24.3'; SECOND = 1000; diff --git a/Cakefile b/Cakefile index e52abd8e2..b95e2b2c5 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.24.2' +VERSION = '2.24.3' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index b595d0a79..8c4014f29 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,7 @@ master -- mayhem + +2.24.3 +- Mayhem Set image limit in Thread Stats to 251 for /a/ and /v/, default to 151. Fix 4chan X in locked threads. diff --git a/latest.js b/latest.js index dc2190293..219917673 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.24.2'},'*'); +postMessage({version:'2.24.3'},'*'); diff --git a/script.coffee b/script.coffee index 4498994e4..36f8430b5 100644 --- a/script.coffee +++ b/script.coffee @@ -121,7 +121,7 @@ conf = {} ) null, config NAMESPACE = '4chan_x.' -VERSION = '2.24.2' +VERSION = '2.24.3' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE