Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sintrastes committed Jul 3, 2022
1 parent 13f8335 commit cc44b95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion xen-fret/src/XenFret/App/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ validateSumToPeriod period' = period' <&> (\period intervals ->

showIntervalList :: NonEmpty Int -> T.Text
showIntervalList xs = T.intercalate " " $ map (T.pack . show) $ NE.toList xs

2 changes: 1 addition & 1 deletion xen-fret/xen-fret.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: xen-fret
version: 0.2.0.0
version: 0.3.0.0
license: AGPL-3
license-file: LICENSE
author: Nathan BeDell
Expand Down

0 comments on commit cc44b95

Please sign in to comment.