Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Apr 22, 2024
1 parent 653d8b9 commit aa7072b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Sound/Tidal/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Paths_tidal

{-
Version.hs - For giving the current tidal version.
Copyright (C) 2020, Alex McLean and contributors
Copyright (C) 2024, Alex McLean and contributors
This library is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -21,7 +21,7 @@ import Paths_tidal
-}

tidal_version :: String
tidal_version = "1.9.5"
tidal_version = "1.10.0"

tidal_status :: IO ()
tidal_status = tidal_status_string >>= putStrLn
Expand Down
2 changes: 1 addition & 1 deletion tidal-link/tidal-link.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: tidal-link
version: 1.0.3
version: 1.0.4
synopsis: Ableton Link integration for Tidal
-- description:
homepage: http://tidalcycles.org/
Expand Down
2 changes: 1 addition & 1 deletion tidal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license-file: LICENSE
author: Alex McLean
maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]>
Stability: Experimental
Copyright: (c) Alex McLean and other contributors, 2021
Copyright: (c) Alex McLean and other contributors, 2024
category: Sound
build-type: Simple
tested-with: GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1, GHC == 9.0.1, GHC == 9.4.8, GHC == 9.8.2
Expand Down

0 comments on commit aa7072b

Please sign in to comment.