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 c25235e commit b794757Copy full SHA for b794757
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.2
15
16
- [Added] Add file copy callout style, to copy files to the final output path.
17
- [Changed] Copy only two OpenSans font files.
lib/screenkit/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ScreenKit
4
- VERSION = "0.0.1"
+ VERSION = "0.0.2"
5
end
0 commit comments