Skip to content

Commit

Permalink
3.0.0-beta.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
horvbalint committed Nov 19, 2024
1 parent 2d246ef commit 69ddac8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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 = "3.0.0"
version = "3.0.0-beta.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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It is possible to install surreal-ts like other npm packages and then use it ins
"dev": "surreal-ts [options] && other-command" // you can also run it before your app starts
},
"dependecies": {
"surreal-ts: "^3.0.0"
"surreal-ts: "^3.0.0-beta.0"
}
}
```
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": "3.0.0",
"version": "3.0.0-beta.0",
"author": "horvbalint (https://github.com/horvbalint)",
"description": "A simple to use typescript interface genearator for SurrealDB databases.",
"keywords": [
Expand All @@ -24,10 +24,10 @@
"dev": "node src/index.js"
},
"optionalDependencies": {
"surreal-ts-linux-x64": "3.0.0",
"surreal-ts-linux-arm64": "3.0.0",
"surreal-ts-darwin-x64": "3.0.0",
"surreal-ts-darwin-arm64": "3.0.0",
"surreal-ts-windows-x64": "3.0.0"
"surreal-ts-linux-x64": "3.0.0-beta.0",
"surreal-ts-linux-arm64": "3.0.0-beta.0",
"surreal-ts-darwin-x64": "3.0.0-beta.0",
"surreal-ts-darwin-arm64": "3.0.0-beta.0",
"surreal-ts-windows-x64": "3.0.0-beta.0"
}
}

0 comments on commit 69ddac8

Please sign in to comment.