Skip to content

Commit

Permalink
Discontinue use of older Tectonic versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov authored Oct 28, 2021
1 parent b2a2404 commit e720875
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 = "Quantikz"
uuid = "b0d11df0-eea3-4d79-b4a5-421488cbf74b"
authors = ["Stefan Krastanov <[email protected]>"]
version = "1.1.1"
version = "1.1.2"

[deps]
EndpointRanges = "340492b5-2a47-5f55-813d-aca7ddf97656"
Expand All @@ -16,5 +16,5 @@ EndpointRanges = "0.2"
FileIO = "1.6"
Ghostscript_jll = "9.53"
ImageMagick = "1.1"
Tectonic = "0.4, 0.5, 0.6, 0.8"
Tectonic = "0.8"
julia = "1.3"

2 comments on commit e720875

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

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

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

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 v1.1.2 -m "<description of version>" e7208755b67c1716a8de2694c7014fde1f6a1a9f
git push origin v1.1.2

Please sign in to comment.