]> git.wincent.com - docvim.git/commitdiff
Prepare for 0.3.1.0 release 0.3.1.0
authorGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 07:52:31 +0000 (00:52 -0700)
committerGreg Hurrell <greg@hurrell.net>
Sun, 12 Jun 2016 07:52:31 +0000 (00:52 -0700)
docvim.cabal

index 52233c785a6a91c4e7ff2bf77539c29cd6f31603..66b2928cc3dd961a81671ed11f03a03a6242a5e1 100644 (file)
@@ -10,7 +10,7 @@ name:                docvim
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.0.0
+version:             0.3.1.0
 
 -- A short (one-line) description of the package.
 synopsis:            Documentation generator for Vim plug-ins
@@ -55,7 +55,7 @@ source-repository head
 source-repository this
   type:     git
   location: https://github.com/wincent/docvim.git
-  tag:      0.3.0.0
+  tag:      0.3.1.0
 
 executable docvim
   -- .hs or .lhs file containing the Main module.