Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
cngarrison committed Sep 14, 2024
1 parent 8dbbc15 commit 32b2920
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai-api",
"version": "0.0.13d-beta",
"version": "0.0.13e-beta",
"exports": "./src/main.ts",
"tasks": {
"start": "deno run --allow-read --allow-write --allow-run --allow-net --allow-env src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion bui/deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"src/fixtures/**/*.ts"
]
},
"version": "0.0.13d-beta"
"version": "0.0.13e-beta"
}
2 changes: 1 addition & 1 deletion cli/deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai-cli",
"version": "0.0.13d-beta",
"version": "0.0.13e-beta",
"exports": "./src/main.ts",
"tasks": {
"start": "deno run --allow-env --allow-read --allow-write --allow-run --allow-net src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bbai",
"version": "0.0.13d-beta",
"version": "0.0.13e-beta",
"exports": "./cli/src/main.ts",
"tasks": {
"tool:check-types-project": "deno task -c ./cli/deno.jsonc check-types && deno task -c ./bui/deno.jsonc check-types && deno task -c ./api/deno.jsonc check-types",
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.0.13d-beta";
export const VERSION = "0.0.13e-beta";

0 comments on commit 32b2920

Please sign in to comment.