File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to the
77[ Haskell Package Versioning Policy] ( https://pvp.haskell.org/ ) .
88
99
10- ## Unreleased
10+ ## 0.2.0 - 2023-09-08
1111
1212### Added
1313
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module Version (currentVersion) where
22
33-- Just updating this manually for now...
44currentVersion :: String
5- currentVersion = " 0.2.0-dev "
5+ currentVersion = " 0.2.0"
Original file line number Diff line number Diff line change 11name : tvmv
2- version : 0.1 .0
2+ version : 0.2 .0
33github : " keithfancher/tvmv"
44license : BSD3
55author : " Keith Fancher"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
55-- see: https://github.com/sol/hpack
66
77name : tvmv
8- version : 0.1 .0
8+ version : 0.2 .0
99description : Please see the README on GitHub at <https://github.com/keithfancher/tvmv#readme>
1010homepage : https://github.com/keithfancher/tvmv#readme
1111bug-reports : https://github.com/keithfancher/tvmv/issues
You can’t perform that action at this time.
0 commit comments