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 f992541 commit 70f3f18Copy full SHA for 70f3f18
src/joy/helper.janet
@@ -136,4 +136,4 @@
136
(truthy? (get request :body)))
137
138
139
-(def version "0.5.1")
+(def version "0.5.2")
src/joy/template/project.janet
@@ -1,7 +1,7 @@
1
(declare-project
2
:name "%project-name%"
3
:description ""
4
- :dependencies [{:repo "https://github.com/joy-framework/joy" :tag "0.5.1"}
+ :dependencies [{:repo "https://github.com/joy-framework/joy" :tag "0.5.2"}
5
{:repo "https://github.com/joy-framework/tester" :tag "0.1.0"}]
6
:author ""
7
:license ""
0 commit comments