Skip to content

Commit

Permalink
1.4.1 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Dec 15, 2023
1 parent 26204e5 commit b2a2135
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "surreal-ts"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
12 changes: 6 additions & 6 deletions npm/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "surreal-ts",
"version": "1.4.0",
"version": "1.4.1",
"author": "horvbalint (https://github.com/horvbalint)",
"description": "A simple to use typescript interface genearator for SurrealDB databases.",
"keywords": ["SurrealDB", "typescript", "surql", "surreal", "generator", "interface"],
Expand All @@ -17,10 +17,10 @@
"dev": "node src/index.js"
},
"optionalDependencies": {
"surreal-ts-linux-x64": "1.4.0",
"surreal-ts-linux-arm64": "1.4.0",
"surreal-ts-darwin-x64": "1.4.0",
"surreal-ts-darwin-arm64": "1.4.0",
"surreal-ts-windows-x64": "1.4.0"
"surreal-ts-linux-x64": "1.4.1",
"surreal-ts-linux-arm64": "1.4.1",
"surreal-ts-darwin-x64": "1.4.1",
"surreal-ts-darwin-arm64": "1.4.1",
"surreal-ts-windows-x64": "1.4.1"
}
}

0 comments on commit b2a2135

Please sign in to comment.