Skip to content

Commit

Permalink
Merge pull request #27 from cite-architecture/dev
Browse files Browse the repository at this point in the history
Support new library versions
  • Loading branch information
neelsmith authored Jan 1, 2022
2 parents 3c095fd + fb8ad86 commit 3093d60
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 = "CitableImage"
uuid = "17ccb2e5-db19-44b3-b354-4fd16d92c74e"
authors = ["Neel Smith <dnsmith.neel@gmail.com>"]
version = "0.4.2"
version = "0.4.3"

[deps]
CitableBase = "d6f014bd-995c-41bd-9893-703339864534"
Expand All @@ -11,8 +11,8 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CitableBase = "7"
CitableObject = "0.9"
CitableBase = "8"
CitableObject = "0.11"
DocStringExtensions = "0.8"
Documenter = "0.27"
julia = "1.7"

0 comments on commit 3093d60

Please sign in to comment.