Skip to content

Commit

Permalink
bump version for tidal-link 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Sep 16, 2022
1 parent ff2c736 commit 3247986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Sound/Tidal/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import Paths_tidal
-}

tidal_version :: String
tidal_version = "1.9.1"
tidal_version = "1.9.2"

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
version: 1.0.1
synopsis: Ableton Link integration for Tidal
-- description:
homepage: http://tidalcycles.org/
Expand Down
4 changes: 2 additions & 2 deletions tidal.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 2.0

name: tidal
version: 1.9.1
version: 1.9.2
synopsis: Pattern language for improvised music
description: Tidal is a domain specific language for live coding patterns.
homepage: http://tidalcycles.org/
Expand Down Expand Up @@ -67,7 +67,7 @@ library
, random < 1.3
, exceptions < 0.11
, mtl >= 2.2
, tidal-link == 1.0
, tidal-link == 1.0.1

test-suite tests
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 3247986

Please sign in to comment.