v0.9.1
This commit is contained in:
parent
ee9cb83bfc
commit
47d0f097ef
@ -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)
|
||||
|
@ -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": {
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user