From adfffd225bdd19868245d0f640d3d160f91e9e0a Mon Sep 17 00:00:00 2001 From: Will Coster Date: Sun, 19 Apr 2015 22:08:00 -0700 Subject: [PATCH] Bump version to 0.1.3.1 --- scalpel.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scalpel.cabal b/scalpel.cabal index 9af3331..f54a9bb 100644 --- a/scalpel.cabal +++ b/scalpel.cabal @@ -1,5 +1,5 @@ name: scalpel -version: 0.1.3 +version: 0.1.3.1 synopsis: A high level web scraping library for Haskell. description: Scalpel is a web scraping library inspired by libraries like Parsec and @@ -21,7 +21,7 @@ source-repository head source-repository this type: git location: https://github.com/fimad/scalpel.git - tag: v0.1.3 + tag: v0.1.3.1 library other-extensions: