Skip to content

Commit

Permalink
Add IndirectArrays 1.0 compatibility (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnychen94 authored Sep 8, 2021
1 parent 18e6b45 commit 983a23f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TiffImages"
uuid = "731e570b-9d59-4bfa-96dc-6df516fadf69"
authors = ["Tamas Nagy <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand All @@ -20,7 +20,7 @@ ColorTypes = "0.10, 0.11"
DocStringExtensions = "0.8.3"
FileIO = "1"
FixedPointNumbers = "0.8"
IndirectArrays = "0.5.1"
IndirectArrays = "0.5.1, 1"
Inflate = "0.1.2"
OffsetArrays = "1"
OrderedCollections = "1"
Expand Down

2 comments on commit 983a23f

@tlnagy
Copy link
Owner

@tlnagy tlnagy commented on 983a23f Sep 8, 2021

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/44517

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.4.2 -m "<description of version>" 983a23f1593cebb4af99683a2209b5adb7232e66
git push origin v0.4.2

Please sign in to comment.