Skip to content

Commit

Permalink
Pluto 0.18 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Feb 5, 2022
1 parent 9d38b6c commit 88d97a6
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 = "PlutoPDF"
uuid = "6eb38059-8c05-41f7-8871-5e7e2697ace6"
license = "MIT"
version = "0.1.2"
version = "0.1.3"

[deps]
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
Expand All @@ -14,7 +14,7 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
julia = "1.6"
JSON = "0.20, 0.21"
NodeJS = "1.3.0"
Pluto = "0.16, 0.17"
Pluto = "0.16, 0.17, 0.18"
DefaultApplication = "1"

[extras]
Expand Down

2 comments on commit 88d97a6

@fonsp
Copy link
Member Author

@fonsp fonsp commented on 88d97a6 Feb 5, 2022

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/53950

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.1.3 -m "<description of version>" 88d97a649e366203eae5330bd4b1e758d4ac71e0
git push origin v0.1.3

Please sign in to comment.