Skip to content

Commit 70f3f18

Browse files
committed
Bump version
1 parent f992541 commit 70f3f18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/joy/helper.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,4 @@
136136
(truthy? (get request :body)))
137137

138138

139-
(def version "0.5.1")
139+
(def version "0.5.2")

src/joy/template/project.janet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
(declare-project
22
:name "%project-name%"
33
:description ""
4-
:dependencies [{:repo "https://github.com/joy-framework/joy" :tag "0.5.1"}
4+
:dependencies [{:repo "https://github.com/joy-framework/joy" :tag "0.5.2"}
55
{:repo "https://github.com/joy-framework/tester" :tag "0.1.0"}]
66
:author ""
77
:license ""

0 commit comments

Comments
 (0)