Skip to content

Commit c92bb31

Browse files
committed
Version 0.2.0!
1 parent 4ecb475 commit c92bb31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

app/Version.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module Version (currentVersion) where
22

33
-- Just updating this manually for now...
44
currentVersion :: String
5-
currentVersion = "0.2.0-dev"
5+
currentVersion = "0.2.0"

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: tvmv
2-
version: 0.1.0
2+
version: 0.2.0
33
github: "keithfancher/tvmv"
44
license: BSD3
55
author: "Keith Fancher"

tvmv.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: tvmv
8-
version: 0.1.0
8+
version: 0.2.0
99
description: Please see the README on GitHub at <https://github.com/keithfancher/tvmv#readme>
1010
homepage: https://github.com/keithfancher/tvmv#readme
1111
bug-reports: https://github.com/keithfancher/tvmv/issues

0 commit comments

Comments
 (0)