From 94d65af3bbacc5a8d3972030ffcd844031b03bce Mon Sep 17 00:00:00 2001 From: perryharlock Date: Fri, 27 Sep 2013 16:58:56 +0100 Subject: [PATCH] Version 1.0.0-beta.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9883aeb..edac3f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ pa11y-dashboard pa11y-dashboard is a visual web interface to the [pa11y][pa11y] accessibility reporter. -**Current Version:** *0.0.0* +**Current Version:** *1.0.0-beta.1* **Node Version Support:** *0.10* diff --git a/package.json b/package.json index eab37c2..f79c672 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "0.0.0", + "version": "1.0.0-beta.1", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",