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 a753428 commit 2a04054Copy full SHA for 2a04054
CHANGELOG.md
@@ -11,7 +11,7 @@ Prefix your message with one of the following:
11
- [Security] in case of vulnerabilities.
12
-->
13
14
-## Unreleased
+## v0.0.10
15
16
- [Added] Add `--overwrite-content` and `--overwrite-voiceover` to individually
17
control overwriting content and voiceover when generating episodes.
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.9"
+ VERSION = "0.0.10"
5
end
0 commit comments