From 31790e8f37bc0a94a60baf4b9ba7eba4e909c941 Mon Sep 17 00:00:00 2001 From: Benjamin Kalman Date: Thu, 4 Aug 2016 14:47:39 -0700 Subject: [PATCH] Bump JS to v56.2.0 to pick up img change --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 38432f8f52..5bc9508457 100644 --- a/js/package.json +++ b/js/package.json @@ -1,7 +1,7 @@ { "name": "@attic/noms", "license": "Apache-2.0", - "version": "56.1.0", + "version": "56.2.0", "description": "Noms JS SDK", "repository": "https://github.com/attic-labs/noms", "main": "dist/commonjs/noms.js",