From aa7072bbbfaa9f5a32aeb767331aea4732e4c1aa Mon Sep 17 00:00:00 2001 From: Alex McLean Date: Mon, 22 Apr 2024 12:38:42 +0100 Subject: [PATCH] bump versions --- src/Sound/Tidal/Version.hs | 4 ++-- tidal-link/tidal-link.cabal | 2 +- tidal.cabal | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Sound/Tidal/Version.hs b/src/Sound/Tidal/Version.hs index cbe3c0748..8ea4e015e 100644 --- a/src/Sound/Tidal/Version.hs +++ b/src/Sound/Tidal/Version.hs @@ -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 @@ -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 diff --git a/tidal-link/tidal-link.cabal b/tidal-link/tidal-link.cabal index 94c169358..28295c0d2 100644 --- a/tidal-link/tidal-link.cabal +++ b/tidal-link/tidal-link.cabal @@ -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/ diff --git a/tidal.cabal b/tidal.cabal index bf4c9dbc3..da18d5bb4 100644 --- a/tidal.cabal +++ b/tidal.cabal @@ -10,7 +10,7 @@ license-file: LICENSE author: Alex McLean maintainer: Alex McLean , Mike Hodnick 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