From a853d329c0febdc79ba4bf14e300c99b68155c3a Mon Sep 17 00:00:00 2001 From: Rowan Manning Date: Tue, 19 Nov 2013 11:20:07 +0000 Subject: [PATCH] Version 1.0.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef2b741..470b0ab 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ pa11y-dashboard pa11y-dashboard is a web interface to the [pa11y][pa11y] accessibility reporter; allowing you to focus on *fixing* issues rather than hunting them down. -**Current Version:** *1.0.0-beta.3* +**Current Version:** *1.0.0* **Node Version Support:** *0.10* diff --git a/package.json b/package.json index 0a5b4d9..0a3349b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "1.0.0-beta.3", + "version": "1.0.0", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",