Skip to content

Commit

Permalink
v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed Nov 8, 2014
1 parent c05056c commit ad5eaed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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.

Currently mainly being developed by [@theopolisme](https://github.com/theopolisme).

### 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.

Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/afch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ad5eaed

Please sign in to comment.