Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #116 from JuliaPlots/sd/tagnewversion
Browse files Browse the repository at this point in the history
depend on new AbstractPlotting version
  • Loading branch information
SimonDanisch authored Jul 6, 2020
2 parents ef4b3ec + 00fd7b6 commit 3e7ffbc
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,6 +1,6 @@
name = "GLMakie"
uuid = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
version = "0.1.5"
version = "0.1.6"

[deps]
AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e"
Expand All @@ -22,14 +22,14 @@ ShaderAbstractions = "65257c39-d410-5151-9873-9b3e5be5013e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
AbstractPlotting = "0.11.1"
AbstractPlotting = "0.12"
ColorTypes = "0.8, 0.9, 0.10"
Colors = "0.9, 0.10, 0.11, 0.12"
FileIO = "1.1"
FixedPointNumbers = "0.6, 0.7, 0.8"
GLFW = "3"
GeometryBasics = "0.2"
MakieGallery = "0.2.9"
MakieGallery = "0.2.10"
MeshIO = "0.4"
ModernGL = "1"
Observables = "0.3"
Expand Down

6 comments on commit 3e7ffbc

@jkrumbiegel
Copy link
Member

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.

Error while trying to register: Register Failed
@jkrumbiegel, it looks like you are not a publicly listed member/owner in the parent organization (JuliaPlots).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@jkrumbiegel
Copy link
Member

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

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.6 -m "<description of version>" 3e7ffbcf9755960f628b1b4b2b03459461f9cccf
git push origin v0.1.6

@jkrumbiegel
Copy link
Member

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

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.6 -m "<description of version>" 3e7ffbcf9755960f628b1b4b2b03459461f9cccf
git push origin v0.1.6

Please sign in to comment.