Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
victorteokw committed Jan 26, 2024
1 parent c70012b commit 393b789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
edition = "2021"
name = "teocloud_teo"
version = "0.1.6"
version = "0.1.7"

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

[dependencies]
teo = "0.1.6"
teo = "0.1.7"
napi = { version = "2.14.1", default-features = false, features = ["napi5", "async", "chrono_date", "compat-mode"] }
napi-derive = "2.14.4"
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.1.6",
"version": "0.1.7",
"main": "index.js",
"types": "index.d.ts",
"napi": {
Expand Down

0 comments on commit 393b789

Please sign in to comment.