From e50d59ef6b4936d199949ff76670bb435ee328d5 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 27 Mar 2016 13:10:10 +0300 Subject: [PATCH] bump version to fix build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 32c4922a..7800588d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "redoc", "description": "Swagger-generated API Reference Documentation", - "version": "0.7.7", + "version": "0.7.8", "repository": { "type": "git", "url": "git://github.com/Rebilly/ReDoc"