Skip to content

Commit 4528161

Browse files
committed
0.3.7
1 parent 2dc5600 commit 4528161

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

Cargo.lock

Lines changed: 17 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
edition = "2021"
33
name = "teodevgroup_teo"
4-
version = "0.3.6"
4+
version = "0.3.7"
55

66
[lib]
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
teo = { version = "0.3.6" }
10+
teo = { version = "0.3.7" }
1111
teo-result = { version = "0.3.5", features = ["napi"] }
1212
napi = { version = "2.16.13", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
1313
napi-derive = "2.16.12"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teodevgroup/teo",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"main": "index.js",
55
"types": "index.d.ts",
66
"napi": {

0 commit comments

Comments
 (0)