From b9e02c73deff5583d93aba986a31cfe97ddf030a Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 11 Feb 2012 21:36:06 +0100 Subject: [PATCH] Release 2.26.1. --- 4chan_x.user.js | 6 +++--- Cakefile | 2 +- changelog | 4 +++- latest.js | 2 +- script.coffee | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index cca70fe6f..cc9a75803 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.26.0 +// @version 2.26.1 // @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.26.0 + * 4chan X 2.26.1 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -205,7 +205,7 @@ NAMESPACE = '4chan_x.'; - VERSION = '2.26.0'; + VERSION = '2.26.1'; SECOND = 1000; diff --git a/Cakefile b/Cakefile index 2fe0194b5..00efe3d43 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.26.0' +VERSION = '2.26.1' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 3117095ce..035796cbb 100644 --- a/changelog +++ b/changelog @@ -1,7 +1,9 @@ master + +2.26.1 - Mayhem You can now drag replies in the dump list to reorder them. - Fix sauce links for spoiler thumbnails. + Fix sauce links with spoiled thumbnails. 2.26.0 - desuwa diff --git a/latest.js b/latest.js index 115efc4a7..a459b65cf 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.26.0'},'*'); +postMessage({version:'2.26.1'},'*'); diff --git a/script.coffee b/script.coffee index 26e5cc685..a2a5dd09a 100644 --- a/script.coffee +++ b/script.coffee @@ -125,7 +125,7 @@ conf = {} ) null, config NAMESPACE = '4chan_x.' -VERSION = '2.26.0' +VERSION = '2.26.1' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE