We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a0c5a commit 76f4f26Copy full SHA for 76f4f26
version.ts
@@ -1,3 +1,3 @@
1
-export function version() {
2
- return "v0.0.13";
+export function version(): string {
+ return "v0.0.14";
3
}
0 commit comments