diff --git a/4chan_x.user.js b/4chan_x.user.js index 80990bae2..504ed3233 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.34.6 +// @version 2.34.7 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -23,7 +23,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.34.6 + * 4chan X 2.34.7 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -5266,7 +5266,7 @@ return $.globalEval(("(" + code + ")()").replace('_id_', bq.id)); }, namespace: '4chan_x.', - version: '2.34.6', + version: '2.34.7', callbacks: [], css: '\ /* dialog styling */\ diff --git a/Cakefile b/Cakefile index 1a4824766..3ab7973d0 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.34.6' +VERSION = '2.34.7' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 6eea4e7c0..43ad1d398 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master + +2.34.7 - Mayhem Fix one-word-captcha, you'll need to leave a space for the fake word now. diff --git a/latest.js b/latest.js index 9f9b93342..5c611770a 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.34.6'},'*') \ No newline at end of file +postMessage({version:'2.34.7'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index ea2de6d13..82436346f 100644 --- a/script.coffee +++ b/script.coffee @@ -4122,7 +4122,7 @@ Main = $.globalEval "(#{code})()".replace '_id_', bq.id namespace: '4chan_x.' - version: '2.34.6' + version: '2.34.7' callbacks: [] css: ' /* dialog styling */