Skip to content

Commit

Permalink
ImageInTerminal 0.5 (#115)
Browse files Browse the repository at this point in the history
* `ImageInTerminal` 0.5

* Update Project.toml

Co-authored-by: Frames Catherine White <oxinabox@ucc.asn.au>
  • Loading branch information
t-bltg and oxinabox authored Aug 9, 2022
1 parent 4cb309e commit 852eba7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ReferenceTests"
uuid = "324d217c-45ce-50fc-942e-d289b448e8cf"
authors = ["Christof Stocker <stocker.christof@gmail.com>", "Lyndon White <oxinabox@ucc.asn.au>", "Johnny Chen <johnnychen94@hotmail.com>"]
version = "0.9.11"
authors = ["Christof Stocker <stocker.christof@gmail.com>", "Frames White <oxinabox@ucc.asn.au>", "Johnny Chen <johnnychen94@hotmail.com>"]
version = "0.9.12"

[deps]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand All @@ -25,7 +25,7 @@ Distances = "0.7, 0.8, 0.9, 0.10"
FileIO = "1"
GR = "= 0.50.1"
ImageCore = "0.8.1, 0.9"
ImageInTerminal = "0.3, 0.4"
ImageInTerminal = "0.3, 0.4, 0.5"
ImageMagick = "0.7, 1"
ImageTransformations = "0.8"
LazyModules = "0.3"
Expand Down

2 comments on commit 852eba7

@oxinabox
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/65964

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.9.12 -m "<description of version>" 852eba73a7401ba9d505f7c4ef169ae1aa5ae17a
git push origin v0.9.12

Please sign in to comment.