Skip to content

Commit 37ed65e

Browse files
committed
Bump up version (0.0.7)
1 parent 0775cfb commit 37ed65e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ Prefix your message with one of the following:
1111
- [Security] in case of vulnerabilities.
1212
-->
1313

14+
## v0.0.7
15+
16+
- [Fixed] Improve support for extensions.
17+
1418
## v0.0.6
1519

1620
- [Added] Add `--tts-preset` option to select TTS preset when exporting

lib/screenkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ScreenKit
4-
VERSION = "0.0.6"
4+
VERSION = "0.0.7"
55
end

0 commit comments

Comments
 (0)