Skip to content

Commit

Permalink
Version 0.3.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
keithfancher committed Jan 12, 2024
1 parent 5d54295 commit 2212d7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to the
[Haskell Package Versioning Policy](https://pvp.haskell.org/).


## Unreleased
## 0.3.0 - 2024-01-11

### Added

Expand Down
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module Version (currentVersion) where

-- Just updating this manually for now...
currentVersion :: String
currentVersion = "0.3.0-dev"
currentVersion = "0.3.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.2.0
version: 0.3.0
github: "keithfancher/tvmv"
license: BSD3
author: "Keith Fancher"
Expand Down
4 changes: 2 additions & 2 deletions tvmv.cabal
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

name: tvmv
version: 0.2.0
version: 0.3.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 2212d7c

Please sign in to comment.