This commit is contained in:
Daniel Glus 2018-12-05 18:45:54 +00:00
parent ee9cb83bfc
commit 47d0f097ef
3 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
afch-rewrite [![Build Status](https://travis-ci.org/WPAFC/afch-rewrite.png)](https://travis-ci.org/WPAFC/afch-rewrite) [![Release](https://img.shields.io/github/release/wpafc/afch-rewrite.svg)](https://github.com/WPAFC/afch-rewrite/releases)
============
**v0.9 Hatted Hamster**
**v0.9.1 Imperial Ibex**
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.
@ -31,6 +31,7 @@ New versions of the script can be released through `scripts/release.py`, which a
### Version history
* 0.9.1 Imperial Ibex (05 December 2018)
* 0.9 Hatted Hamster (8 November 2014)
* 0.8 Wandering Walrus (18 May 2014)
* 0.7 Less is More (13 April 2014)

View File

@ -1,6 +1,6 @@
{
"name": "afch-rewrite",
"version": "0.9.0",
"version": "0.9.1",
"description": "A tool for reviewing Articles for Creation submissions on the English Wikipedia.",
"homepage": "https://github.com/WPAFC/afch-rewrite",
"bugs": {

View File

@ -39,8 +39,8 @@
AFCH.consts = {};
// Master version data
AFCH.consts.version = '0.9';
AFCH.consts.versionName = 'Hatted Hamster';
AFCH.consts.version = '0.9.1';
AFCH.consts.versionName = 'Imperial Ibex';
// FIXME: Change when moving into production
AFCH.consts.beta = true;