Skip to content

Commit dc3cc25

Browse files
committed
for test
1 parent bf2c1be commit dc3cc25

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.1.0
2+
version: 0.0.15
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.1.0
3+
version: 0.0.15
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.1.0")
7+
Hwaro::VERSION.should eq("0.0.15")
88
end
99
end
1010

src/hwaro.cr

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

9494
module Hwaro
95-
VERSION = "0.1.0"
95+
VERSION = "0.0.15"
9696
end

0 commit comments

Comments
 (0)