Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ananthakumaran committed Jan 22, 2015
1 parent 1837f68 commit 24426a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Webify.hs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ convertFiles opts@Opts{inputs = fonts} =
displayError :: FilePath -> SomeException -> IO ()
displayError file e = (putStrLn $ "Failed to convert " ++ file) >> (putStrLn $ show e)

webifyVersion = "0.1.6.0"
webifyVersion = "0.1.7.0"

main :: IO ()
main = do
Expand Down
2 changes: 1 addition & 1 deletion webify.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: webify
version: 0.1.6.0
version: 0.1.7.0
synopsis: webfont generator
description:
A command line tool to convert ttf file to woff, eot & svg files
Expand Down

0 comments on commit 24426a6

Please sign in to comment.