From 68e4aef6d22ce0dbe7f206aba6fb15dd06b1f894 Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Thu, 17 Aug 2017 22:49:57 -0700 Subject: [PATCH] 1.0.1 --- dist/js-data-mongodb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/js-data-mongodb.js b/dist/js-data-mongodb.js index 4d40930..623a3a0 100644 --- a/dist/js-data-mongodb.js +++ b/dist/js-data-mongodb.js @@ -1056,10 +1056,10 @@ jsDataAdapter.Adapter.extend({ * otherwise `false` if the current version is not beta. */ var version = { - full: '1.0.0', + full: '1.0.1', major: 1, minor: 0, - patch: 0 + patch: 1 }; /**