diff --git a/4chan_x.user.js b/4chan_x.user.js index f18158fa6..06183f69c 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.29.3 +// @version 2.29.4 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -19,7 +19,7 @@ * Copyright (c) 2009-2011 James Campos * Copyright (c) 2012 Nicolas Stepien * http://mayhemydg.github.com/4chan-x/ - * 4chan X 2.29.3 + * 4chan X 2.29.4 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -4251,7 +4251,7 @@ } }, namespace: '4chan_x.', - version: '2.29.3', + version: '2.29.4', callbacks: [], css: '\ /* dialog styling */\ diff --git a/Cakefile b/Cakefile index 1a84dda37..42e212fe7 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.29.3' +VERSION = '2.29.4' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 01f9474ed..11067256f 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master + +2.29.4 - Mayhem Auto-GIF will not run in /gif/. Fix QR filetype checking. diff --git a/latest.js b/latest.js index 1dda30899..a287f3eca 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.29.3'},'*') \ No newline at end of file +postMessage({version:'2.29.4'},'*') \ No newline at end of file diff --git a/script.coffee b/script.coffee index 0b0e49333..022c8f4ef 100644 --- a/script.coffee +++ b/script.coffee @@ -3268,7 +3268,7 @@ Main = Main.node [Main.preParse target] if target.nodeName is 'TABLE' namespace: '4chan_x.' - version: '2.29.3' + version: '2.29.4' callbacks: [] css: ' /* dialog styling */