Skip to content

Commit 1781b67

Browse files
0.0.0-preview.2
0.0.0-preview.2
2 parents 45cbcb7 + 79535dc commit 1781b67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
authors = ["APIx DevTools team"]
44
edition = "2021"
55
name = "atlas_local"
6-
version = "0.0.0-preview.1"
6+
version = "0.0.0-preview.2"
77

88
[lib]
99
crate-type = ["cdylib"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mongodb-js-preview/atlas-local",
3-
"version": "0.0.0-preview.1",
3+
"version": "0.0.0-preview.2",
44
"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.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)