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 0b26229 commit 7c7179dCopy full SHA for 7c7179d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "purescript-docs-search",
3
- "version": "0.0.6",
+ "version": "0.0.8",
4
"description": "Search frontend for the documentation generated by the PureScript compiler.",
5
"directories": {
6
"test": "test"
src/Docs/Search/Main.purs
@@ -27,7 +27,7 @@ main = do
27
case fromMaybe defaultCommands args of
28
BuildIndex cfg -> IndexBuilder.run cfg
29
Search cfg -> Interactive.run cfg
30
- Version -> log "0.0.6"
+ Version -> log "0.0.8"
31
32
33
getArgs :: Effect (Maybe Commands)
0 commit comments