Skip to content

Commit

Permalink
Merge pull request #15 from cite-architecture/dev
Browse files Browse the repository at this point in the history
Support update to CitableObject
  • Loading branch information
neelsmith authored Sep 29, 2021
2 parents 804cb5e + cda199d commit a032124
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 = "CiteEXchange"
uuid = "e2e9ead3-1b6c-4e96-b95f-43e6ab899178"
authors = ["Neel Smith <dnsmith.neel@gmail.com>"]
version = "0.4.3"
version = "0.4.4"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -12,8 +12,8 @@ HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CSV = "0.8, 0.9"
CitableObject = "0.7"
CSV = "0.9"
CitableObject = "0.8"
DocStringExtensions = "0.8"
Documenter = "0.27"
HTTP = "0.9"
Expand Down

0 comments on commit a032124

Please sign in to comment.