diff --git a/version.ts b/version.ts index e81ee35..f217ab6 100644 --- a/version.ts +++ b/version.ts @@ -1,3 +1,3 @@ -export function version() { - return "v0.0.13"; +export function version(): string { + return "v0.0.14"; }