From d92693a6026e0581e89b097b6e956d42f869e272 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 29 Nov 2011 07:51:48 +0100 Subject: [PATCH] Release 2.22.0. --- 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 da7a1f526..4194ce531 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan x -// @version 2.21.4 +// @version 2.22.0 // @namespace aeosynth // @description Adds various features. // @copyright 2009-2011 James Campos @@ -15,7 +15,7 @@ * * Copyright (c) 2009-2011 James Campos * http://mayhemydg.github.com/4chan-x/ - * 4chan x 2.21.4 + * 4chan x 2.22.0 * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation @@ -212,7 +212,7 @@ NAMESPACE = '4chan_x.'; - VERSION = '2.21.4'; + VERSION = '2.22.0'; SECOND = 1000; diff --git a/Cakefile b/Cakefile index 72fb5138f..3eb187528 100644 --- a/Cakefile +++ b/Cakefile @@ -2,7 +2,7 @@ {exec} = require 'child_process' fs = require 'fs' -VERSION = '2.21.4' +VERSION = '2.22.0' HEADER = """ // ==UserScript== diff --git a/changelog b/changelog index 6499d7fb6..9daa6dd83 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master + +2.22.0 - mayhem new Indicate Duckrolls feature put regex.info sauce back - disabled by default @@ -6,7 +8,7 @@ master 2.21.4 - mayhem - fix auto-updater + fix 4chan X version updater 2.21.3 - mayhem diff --git a/latest.js b/latest.js index 592a4d3f5..365cd42ac 100644 --- a/latest.js +++ b/latest.js @@ -1 +1 @@ -postMessage({version:'2.21.4'},'*'); +postMessage({version:'2.22.0'},'*'); diff --git a/script.coffee b/script.coffee index 6484a3b21..550f78a0b 100644 --- a/script.coffee +++ b/script.coffee @@ -124,7 +124,7 @@ conf = {} ) null, config NAMESPACE = '4chan_x.' -VERSION = '2.21.4' +VERSION = '2.22.0' SECOND = 1000 MINUTE = 60*SECOND HOUR = 60*MINUTE