Skip to content

Commit dea4ec9

Browse files
committed
Version bump (0.3.1.0)
1 parent 2e5a08c commit dea4ec9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotenv.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dotenv
2-
version: 0.3.0.3
2+
version: 0.3.1.0
33
synopsis: Loads environment variables from dotenv files
44
homepage: https://github.com/stackbuilders/dotenv-hs
55
description:
@@ -53,7 +53,7 @@ executable dotenv
5353
main-is: Main.hs
5454
build-depends: base >=4.6 && <5.0
5555
, base-compat >= 0.4
56-
, dotenv >= 0.3.0.2
56+
, dotenv >= 0.3.1.0
5757
, optparse-applicative >=0.11 && < 0.14
5858
, megaparsec >= 5.0 && < 6.0
5959
, process
@@ -100,7 +100,7 @@ test-suite dotenv-test
100100

101101
build-depends: base >=4.6 && <5.0
102102
, base-compat >= 0.4
103-
, dotenv >= 0.3.0.2
103+
, dotenv >= 0.3.1.0
104104
, megaparsec >= 5.0 && < 6.0
105105
, hspec
106106
, text

0 commit comments

Comments
 (0)