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 1837f68 commit 24426a6Copy full SHA for 24426a6
src/Webify.hs
@@ -121,7 +121,7 @@ convertFiles opts@Opts{inputs = fonts} =
121
displayError :: FilePath -> SomeException -> IO ()
122
displayError file e = (putStrLn $ "Failed to convert " ++ file) >> (putStrLn $ show e)
123
124
-webifyVersion = "0.1.6.0"
+webifyVersion = "0.1.7.0"
125
126
main :: IO ()
127
main = do
webify.cabal
@@ -1,5 +1,5 @@
1
name: webify
2
-version: 0.1.6.0
+version: 0.1.7.0
3
synopsis: webfont generator
4
description:
5
A command line tool to convert ttf file to woff, eot & svg files
0 commit comments