From ad5eaed0d41a1a14f4d4b05cbebc58a4137f9e80 Mon Sep 17 00:00:00 2001 From: theopolisme Date: Sat, 8 Nov 2014 11:41:02 -0600 Subject: [PATCH] v0.9 --- README.md | 7 ++++--- package.json | 2 +- src/afch.js | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b38d5b39..cadda7cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ afch-rewrite [![Build Status](https://travis-ci.org/WPAFC/afch-rewrite.png)](https://travis-ci.org/WPAFC/afch-rewrite) ============ -**v0.8 Wandering Walrus** +**v0.9 Hatted Hamster** A tool for reviewing Articles for Creation submissions on the English Wikipedia, rewritten using clear, object-oriented JavaScript with a focus on killing bloat while adding value. @@ -9,11 +9,11 @@ Currently mainly being developed by [@theopolisme](https://github.com/theopolism ### Using -The script can be installed on the English Wikipedia by following the instructions at [WP:AFCHRW](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Articles_for_creation/Helper_script/Rewrite). +The script can be installed on the English Wikipedia by following the instructions at [WP:AFCH](https://en.wikipedia.org/wiki/WP:AFCH). ### Contributing -Your contributions are welcome! Please add feature requests and bug reports to [WT:AFCHRW](https://en.wikipedia.org/wiki/WT:AFCHRW) on enwiki to keep discussions centralized. +Your contributions are welcome! Please add feature requests and bug reports to [WT:AFCH](https://en.wikipedia.org/wiki/WT:AFCH) on enwiki to keep discussions centralized. If you'd like to contribute directly to the code, that's great too! In order to maintain great code quality, please submit significant changes using pull requests so that a consistent code style can be maintained throughout the project. @@ -31,6 +31,7 @@ New versions of the script can be released through `scripts/release.py`, which a ### Version history +* 0.9 Hatted Hamster (8 Novemeber 2014) * 0.8 Wandering Walrus (18 May 2014) * 0.7 Less is More (13 April 2014) * 0.6 Dancing Turtle (27 March 2014) diff --git a/package.json b/package.json index 59a28b2f..b0da0f20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "afch-rewrite", - "version": "0.8.0", + "version": "0.9.0", "homepage": "https://github.com/WPAFC/afch-rewrite", "repository": { "type": "git", diff --git a/src/afch.js b/src/afch.js index 7f14dc8e..44d361e5 100644 --- a/src/afch.js +++ b/src/afch.js @@ -39,8 +39,8 @@ AFCH.consts = {}; // Master version data - AFCH.consts.version = '0.8'; - AFCH.consts.versionName = 'Wandering Walrus'; + AFCH.consts.version = '0.9'; + AFCH.consts.versionName = 'Hatted Hamster'; // FIXME: Change when moving into production AFCH.consts.beta = true;