Release 4chan X v3.2.0.

This commit is contained in:
Nicolas Stepien 2013-04-23 23:52:18 +02:00
parent aed7a456f5
commit ffe98e9dd9
3 changed files with 4 additions and 2 deletions

View File

@ -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:<br>![menu](img/changelog/3.2.0/0.png)

View File

@ -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.');
});

View File

@ -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",