Skip to content

Commit

Permalink
Merge pull request #28 from cite-architecture/dev
Browse files Browse the repository at this point in the history
Support new version of `CitableBase`
  • Loading branch information
neelsmith authored Jan 11, 2022
2 parents 3093d60 + 45f598d commit 82b1fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 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.3"
version = "0.4.4"

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

[compat]
CitableBase = "8"
CitableBase = "9"
CitableObject = "0.11"
DocStringExtensions = "0.8"
Documenter = "0.27"
Expand Down
3 changes: 1 addition & 2 deletions src/CitableImage.jl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module CitableImage

using CitableObject
using CitableBase: parts
using CitableBase: components
using CitableBase
using Documenter, DocStringExtensions

export IIIFservice
Expand Down

0 comments on commit 82b1fb4

Please sign in to comment.