Skip to content

Commit 24426a6

Browse files
bump version
1 parent 1837f68 commit 24426a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Webify.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ convertFiles opts@Opts{inputs = fonts} =
121121
displayError :: FilePath -> SomeException -> IO ()
122122
displayError file e = (putStrLn $ "Failed to convert " ++ file) >> (putStrLn $ show e)
123123

124-
webifyVersion = "0.1.6.0"
124+
webifyVersion = "0.1.7.0"
125125

126126
main :: IO ()
127127
main = do

webify.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: webify
2-
version: 0.1.6.0
2+
version: 0.1.7.0
33
synopsis: webfont generator
44
description:
55
A command line tool to convert ttf file to woff, eot & svg files

0 commit comments

Comments
 (0)