From 806fe9783dbb46257c29cc1f8378ce70627ed90c Mon Sep 17 00:00:00 2001 From: Christina Burger Date: Mon, 23 Nov 2020 13:26:45 -0500 Subject: [PATCH] 0.9.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9503b4e..f83f032 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "git+https://github.com/derbyjs/saddle.git" }, - "version": "0.9.6", + "version": "0.9.7", "main": "./lib/index.js", "scripts": { "test": "mocha test/serialize.mocha.js --bail --colors --reporter spec; node test/testServer.js"