Because turtles dancing are cool. Plus, I kinda revamped a whole ton of
stuff over the past few days…y’know how that goes.
This commit is contained in:
theopolisme 2014-03-27 18:20:01 -05:00
parent ab6e2ac382
commit 5956806e3f
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)
============
**v0.5 Cold Moose**
**v0.6 Dancing Turtle**
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.
@ -26,6 +26,7 @@ To upload the script to a wiki, use `scripts/upload.py`. Detailed instructions a
### Version history
* 0.6 Dancing Turtle (27 March 2014)
* 0.5 Cold Moose (21 March 2014)
* 0.4 Rewired Robot (14 March 2014)
* 0.3 Excited Murmur (12 March 2014)

View File

@ -1,6 +1,6 @@
{
"name": "afch-rewrite",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/WPAFC/afch-rewrite",
"repository": {
"type": "git",

View File

@ -24,8 +24,8 @@
AFCH.consts = {};
// Master version data
AFCH.consts.version = 0.5;
AFCH.consts.versionName = 'Cold Moose';
AFCH.consts.version = 0.6;
AFCH.consts.versionName = 'Dancing Turtle';
// FIXME: Change when moving into production
AFCH.consts.beta = true;