Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jun 23, 2021
1 parent 5a6131b commit 8bde258
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.0"
version = "0.1.1"

[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.1.1"
Pluto = "0.14.7"
Pluto = "0.14.7,0.15"
DefaultApplication = "1"

[extras]
Expand Down

2 comments on commit 8bde258

@fonsp
Copy link
Member Author

@fonsp fonsp commented on 8bde258 Jun 23, 2021

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

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.1 -m "<description of version>" 8bde258822ec694d6453884901d2b6fe23ea4b0a
git push origin v0.1.1

Please sign in to comment.