Skip to content

Commit

Permalink
chore: Change version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
redpeacock78 committed Nov 20, 2021
1 parent a3a0c5a commit 76f4f26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export function version() {
return "v0.0.13";
export function version(): string {
return "v0.0.14";
}

0 comments on commit 76f4f26

Please sign in to comment.