Skip to content

Commit 0d2a0ed

Browse files
bfopsCentril
andauthored
Fix CLI package._json version (#3423)
# Description of Changes We didn't fix this after merging the 1.6.0 version bump into the TypeScript PR. I had originally fixed this in the release branch, but that patch got lost once I recreated the branch, so we should release an updated CLI (probably just update the existing GH release). # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing Existing CI only --------- Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com> Co-authored-by: Mazdak Farrokhzad <twingoow@gmail.com>
1 parent 0a6aa7c commit 0d2a0ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/subcommands/project/typescript/package._json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"spacetimedb": "1.5.*"
13+
"spacetimedb": "1.6.*"
1414
}
1515
}

0 commit comments

Comments
 (0)