Skip to content

Commit

Permalink
0.2.23
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Apr 8, 2024
1 parent 3520002 commit ca24238
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
edition = "2021"
name = "teocloud_teo"
version = "0.2.22"
version = "0.2.23"

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

[dependencies]
teo = { version = "0.2.22" }
teo-result = { version = "0.2.21", features = ["napi"] }
teo = { version = "0.2.23" }
teo-result = { version = "0.2.23", features = ["napi"] }
napi = { version = "2.16.0", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
napi-derive = "2.16.0"
chrono = { version = "0.4.31" }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teocloud/teo",
"version": "0.2.22",
"version": "0.2.23",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit ca24238

Please sign in to comment.