Skip to content

Commit 680c127

Browse files
author
Harry Maclean
committed
Bump version to 0.2.0.0
1 parent 6372686 commit 680c127

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import Reverse
2020
import Validate
2121

2222
version :: String
23-
version = "0.1.0.0"
23+
version = "0.2.0.0"
2424

2525
main :: IO ()
2626
main = do

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sddl
2-
version: 0.1.0.0
2+
version: 0.2.0.0
33
github: "hmac/sddl"
44
license: BSD3
55
author: "Harry Maclean"

0 commit comments

Comments
 (0)