From 1723472b93610e113f414b0a4ed8e03010ebc3ce Mon Sep 17 00:00:00 2001 From: hollsk Date: Wed, 18 May 2016 21:30:11 +0100 Subject: [PATCH] Version 1.10.0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f81b4ac..a76588f 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.9.0* +**Current Version:** *1.10.0* **Build Status:** [![Build Status][travis-img]][travis] **Node Version Support:** *0.10* diff --git a/package.json b/package.json index a4903a9..e0b28ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pa11y-dashboard", - "version": "1.9.0", + "version": "1.10.0", "private": true, "description": "pa11y-dashboard is a visual web interface to the pa11y accessibility reporter",