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 }; /**