Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jersou committed Feb 17, 2024
1 parent 7c084e5 commit c236eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v0.3.0 / 2024.02.27
### v0.3.1 / 2024.02.27

- feat: add openAI TTS
- refactor: use Dax, update dependencies and to deno 1.40.5, clean
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S deno run -A

export const version = "v0.3.0";
export const version = "v0.3.1";

if (import.meta.main) {
console.log(version);
Expand Down

0 comments on commit c236eba

Please sign in to comment.