From e967f5c0e12e1a54bffbbc33e1d546cd86f0f4b0 Mon Sep 17 00:00:00 2001 From: Ethan Glasser-Camp Date: Thu, 18 Aug 2016 10:17:48 -0400 Subject: [PATCH] Preparing 4.0.0 (#516) --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ae02b1510..ec911c452 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kinto", - "version": "3.1.2", + "version": "4.0.0", "description": "An Offline-First JavaScript client for Kinto.", "main": "lib/index.js", "scripts": { @@ -96,6 +96,10 @@ { "name": "Mathieu Agopian", "url": "https://github.com/magopian" + }, + { + "name": "Eric Le Lay", + "url": "https://github.com/elelay" } ], "license": "Apache-2.0",