Skip to content

Commit

Permalink
1.9.1 maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
yaxu committed Sep 16, 2022
1 parent aa10e0f commit ff2c736
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# TidalCycles log of changes

## 1.9.1

A quick release to set specific tidal-link version 1.0 in tidal.cabal. Stack
seems to want this.

## 1.9.0

## What's Changed
Expand Down
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.0"
tidal_version = "1.9.1"

tidal_status :: IO ()
tidal_status = tidal_status_string >>= putStrLn
Expand Down
2 changes: 1 addition & 1 deletion 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.0
version: 1.9.1
synopsis: Pattern language for improvised music
description: Tidal is a domain specific language for live coding patterns.
homepage: http://tidalcycles.org/
Expand Down

0 comments on commit ff2c736

Please sign in to comment.