Skip to content

Commit

Permalink
1.5.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Jul 29, 2024
1 parent cb8ea55 commit a61d893
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.2"
version = "1.5.0"
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.2",
"version": "1.5.0",
"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.2",
"surreal-ts-linux-arm64": "1.4.2",
"surreal-ts-darwin-x64": "1.4.2",
"surreal-ts-darwin-arm64": "1.4.2",
"surreal-ts-windows-x64": "1.4.2"
"surreal-ts-linux-x64": "1.5.0",
"surreal-ts-linux-arm64": "1.5.0",
"surreal-ts-darwin-x64": "1.5.0",
"surreal-ts-darwin-arm64": "1.5.0",
"surreal-ts-windows-x64": "1.5.0"
}
}

0 comments on commit a61d893

Please sign in to comment.