We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0775cfb commit 37ed65eCopy full SHA for 37ed65e
CHANGELOG.md
@@ -11,6 +11,10 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
+## v0.0.7
15
+
16
+- [Fixed] Improve support for extensions.
17
18
## v0.0.6
19
20
- [Added] Add `--tts-preset` option to select TTS preset when exporting
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.6"
+ VERSION = "0.0.7"
5
end
0 commit comments