Skip to content

Commit 8258110

Browse files
committed
v0.0.12
Signed-off-by: hahwul <hahwul@gmail.com>
1 parent 1b1c700 commit 8258110

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: hwaro
2-
version: 0.0.11
2+
version: 0.0.12
33

44
authors:
55
- HAHWUL <hahwul@gmail.com>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hwaro
22
base: core20
3-
version: 0.0.11
3+
version: 0.0.12
44
summary: Hwaro (화로) is a lightweight and fast static site generator written in Crystal.
55
description: Hwaro (화로) is a lightweight and fast static site generator written in Crystal. It provides a flexible, extensible architecture for building static websites with support for markdown content, templates, SEO features, and lifecycle hooks.
66

spec/hwaro_spec.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe Hwaro do
44
describe "VERSION" do
55
it "has a version number" do
66
Hwaro::VERSION.should_not be_nil
7-
Hwaro::VERSION.should eq("0.0.11")
7+
Hwaro::VERSION.should eq("0.0.12")
88
end
99
end
1010

src/hwaro.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ require "./content/hooks"
8989
require "./cli/runner"
9090

9191
module Hwaro
92-
VERSION = "0.0.11"
92+
VERSION = "0.0.12"
9393
end

0 commit comments

Comments
 (0)