diff --git a/Cargo.toml b/Cargo.toml index 6be8908..669766e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["APIx DevTools team"] edition = "2021" name = "atlas_local" -version = "0.0.0-preview.3" +version = "0.0.0-preview.4" [lib] crate-type = ["cdylib"] diff --git a/package.json b/package.json index 2cd1f44..ba797ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mongodb-js-preview/atlas-local", - "version": "0.0.0-preview.3", + "version": "0.0.0-preview.4", "description": "A Node.js library for managing MongoDB Atlas Local deployments using Docker. This library provides a high-level JavaScript/TypeScript interface to interact with MongoDB Atlas Local deployments, making it easy to develop and test applications against a local MongoDB Atlas environment.", "main": "index.js", "repository": {