Skip to content

Commit

Permalink
bump version to 0.1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
phlummox committed Dec 11, 2017
1 parent 343f01c commit a378519
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

* Unleashed on the world.

## 0.1.0.2

* Tighten bounds, fix missing imports from some versions of dependencies.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion attomail.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/CmdArgs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ attCmdArgs = AttCmdArgs

-- | program version
version :: String
version = "0.1.0.1"
version = "0.1.0.2"


-- | just here for testing
Expand Down

0 comments on commit a378519

Please sign in to comment.