Skip to content

Commit

Permalink
fixed [compat] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Plut committed Nov 16, 2021
1 parent edbee90 commit d2b8dca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand All @@ -29,7 +28,7 @@ Colors = "0.12"
DataStructures = "0.17"
FastClosures = "0.3"
FixedPointNumbers = "0.8"
Makie = "0.4"
Makie = "0.14"
GLPK = "0.14"
IGLWrap_jll = "0.1.3"
Polyhedra = "0.6"
Expand Down

2 comments on commit d2b8dca

@plut
Copy link
Owner

@plut plut commented on d2b8dca Nov 16, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator register v0.2.0

@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 updated: JuliaRegistries/General/48867

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.2.0 -m "<description of version>" d2b8dca65c67ce4c89c9254040939f066f0da3bf
git push origin v0.2.0

Please sign in to comment.