diff --git a/ChangeLog.md b/ChangeLog.md index b60686a..4a51b59 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,4 +2,6 @@ * Unleashed on the world. +## 0.1.0.2 +* Tighten bounds, fix missing imports from some versions of dependencies. diff --git a/README.md b/README.md index 9af86ac..bc31443 100644 --- a/README.md +++ b/README.md @@ -112,5 +112,5 @@ Probably won't work on anything but Linux systems. ## API None, yet, there's only an executable, not a library. But (*sssh*) take a peek -[here](https://hackage.haskell.org/package/attomail-0.1.0.1/candidate/docs) if you like, there should be some minimal documentation of the internal modules. +[here](https://hackage.haskell.org/package/attomail-0.1.0.2/docs) if you like, there should be some minimal documentation of the internal modules. diff --git a/attomail.cabal b/attomail.cabal index fe29534..0f39c35 100644 --- a/attomail.cabal +++ b/attomail.cabal @@ -1,5 +1,5 @@ name: attomail -version: 0.1.0.1 +version: 0.1.0.2 category: Network, Email build-type: Simple cabal-version: >=1.10 diff --git a/src/CmdArgs.hs b/src/CmdArgs.hs index 093b779..69bfed9 100644 --- a/src/CmdArgs.hs +++ b/src/CmdArgs.hs @@ -118,7 +118,7 @@ attCmdArgs = AttCmdArgs -- | program version version :: String -version = "0.1.0.1" +version = "0.1.0.2" -- | just here for testing