Skip to content

Commit

Permalink
Add FEMQuad.jl to dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 committed Sep 27, 2019
1 parent 78d87ce commit ec3ca40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name = "FEMBeam"
uuid = "962f5c4a-ca9e-56d3-a659-14f0d9baaf78"
version = "0.3.1"
author = ["Jukka Aho <[email protected]>", "Ville Jämsä <[email protected]>"]
version = "0.3.1"

[deps]
FEMBase = "fbcbbc08-f1bf-5204-9233-b69f5d396135"
FEMQuad = "be8e8821-3f6f-54c2-987c-d2773c3a52cb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

Expand Down

2 comments on commit ec3ca40

@ahojukka5
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 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/3872

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" ec3ca40e287a0f66d29c0e80e8eaa2d8bf11533a
git push origin v0.3.1

Please sign in to comment.