Skip to content

Commit 4d9a0d4

Browse files
committed
Bump up version (0.0.1)
1 parent e80313d commit 4d9a0d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

14-
## Unreleased
14+
## v0.0.1
15+
16+
- [Added] Allow configuring Demo Tape using episode or project configuration.
17+
- [Changed] Allow duration as `1s`.
18+
19+
## v0.0.0
1520

1621
- Initial release.

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.0"
4+
VERSION = "0.0.1"
55
end

0 commit comments

Comments
 (0)