Skip to content

Commit

Permalink
Version 0.4.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
keithfancher committed Feb 7, 2024
1 parent 1a94c14 commit 7ed18d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## Unreleased
## 0.4.0 - 2024-02-06

### Added

Expand Down
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ module Version (currentVersion) where
-- Just updating this manually for now. Note that changing this string doesn't
-- actually *do* anything -- it's just what's shown to the user in `--help`.
currentVersion :: String
currentVersion = "0.4.0-dev"
currentVersion = "0.4.0"
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tvmv
version: 0.3.0
version: 0.4.0
github: "keithfancher/tvmv"
license: BSD3
author: "Keith Fancher"
Expand Down
2 changes: 1 addition & 1 deletion tvmv.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: tvmv
version: 0.3.0
version: 0.4.0
description: Please see the README on GitHub at <https://github.com/keithfancher/tvmv#readme>
homepage: https://github.com/keithfancher/tvmv#readme
bug-reports: https://github.com/keithfancher/tvmv/issues
Expand Down

0 comments on commit 7ed18d7

Please sign in to comment.