Skip to content

Commit

Permalink
v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
theopolisme committed May 19, 2014
1 parent 6a66deb commit b0ad8a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
afch-rewrite [![Build Status](https://travis-ci.org/WPAFC/afch-rewrite.png)](https://travis-ci.org/WPAFC/afch-rewrite)
============

**v0.7 Less is More**
**v0.8 Wandering Walrus**

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.

Expand Down Expand Up @@ -31,6 +31,7 @@ To upload the script to a wiki, use `scripts/upload.py`. Detailed instructions a

### Version history

* 0.8 Wandering Walrus (18 May 2014)
* 0.7 Less is More (13 April 2014)
* 0.6 Dancing Turtle (27 March 2014)
* 0.5 Cold Moose (21 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.7.0",
"version": "0.8.0",
"homepage": "https://github.com/WPAFC/afch-rewrite",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/afch.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
AFCH.consts = {};

// Master version data
AFCH.consts.version = 0.7;
AFCH.consts.version = 0.8;
AFCH.consts.versionName = 'Less is More';

// FIXME: Change when moving into production
Expand Down
3 changes: 3 additions & 0 deletions src/less/minimal.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/**
* Alternative styling for submissions.js
*/

0 comments on commit b0ad8a2

Please sign in to comment.