From ffe98e9dd9aec8093389e08b2ffe395eccf137a7 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 23 Apr 2013 23:52:18 +0200 Subject: [PATCH] Release 4chan X v3.2.0. --- CHANGELOG.md | 2 ++ Gruntfile.js | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 857d98ac5..1abc7174f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.2.0 - *2013-04-23* + - The top and bottom original board lists are now optional, disabled by default. - The button to show a hidden announcement is now inside the header's menu. - Reorganized Header menu:
![menu](img/changelog/3.2.0/0.png) diff --git a/Gruntfile.js b/Gruntfile.js index e40c4d9d9..8ca46754b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -180,7 +180,7 @@ module.exports = function(grunt) { grunt.registerTask('reloadPkg', 'Reload the package', function() { // Update the `pkg` object with the new version. pkg = grunt.file.readJSON('package.json'); - concatOptions.process.data = pkg; + grunt.config.data.pkg = concatOptions.process.data = pkg; grunt.log.ok('pkg reloaded.'); }); diff --git a/package.json b/package.json index 2b32a00dc..9290db6e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "4chan-X", - "version": "3.1.4", + "version": "3.2.0", "description": "Cross-browser extension for productive lurking on 4chan.", "meta": { "name": "4chan X",