Skip to content

Commit

Permalink
bump to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shipengcheng1230 committed Feb 22, 2020
1 parent 55ef7e0 commit 4ac3db9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GmshTools"
uuid = "82e2f556-b1bd-5f1a-9576-f93c0da5f0ee"
authors = ["Pengcheng Shi"]
version = "0.3.3"
version = "0.3.4"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand Down
8 changes: 4 additions & 4 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ products = Product[
]

bin_prefix = "http://gmsh.info/bin"
version = "4.5.2"
version = "4.5.3"

download_info = Dict(
Linux(:x86_64, :glibc) => ("$bin_prefix/Linux/gmsh-$version-Linux64-sdk.tgz", "27e0e4afe6cc653588ed933bc2152cf33eae453c3594d9340bd37b54b6bab627"),
Windows(:x86_64) => ("$bin_prefix/Windows/gmsh-$version-Windows64-sdk.zip", "b61760d0303d7f61962c1be1b46b2c1fb8f0a82132e1b4b8b676499eec4000cc"),
MacOS(:x86_64) => ("$bin_prefix/MacOSX/gmsh-$version-MacOSX-sdk.tgz", "f8297c5fc775466e5e1e45db1002ae1a6bc9bd7b51d79132049bcad31f180a60"),
Linux(:x86_64, :glibc) => ("$bin_prefix/Linux/gmsh-$version-Linux64-sdk.tgz", "7da6c3821b01e0c6190f1dd0044dce42978a2d58d67c102c7c7507f581a33df7"),
Windows(:x86_64) => ("$bin_prefix/Windows/gmsh-$version-Windows64-sdk.zip", "62ea593e9508f752acb660e0144a89ad5639c51da93918c359e62ac64bb2a050"),
MacOS(:x86_64) => ("$bin_prefix/MacOSX/gmsh-$version-MacOSX-sdk.tgz", "28eefa7b554077bb4a4631dcdbaea4b5fc94eef7529abf1460ded096699a363f"),
)

if haskey(ENV, "GMSH_LIB_PATH")
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ julia> Pkg.build("GmshTools")

## Version

The current SDK version is *4.5.2*.
The current SDK version is *4.5.3*.

## Basic Usage

Expand Down

2 comments on commit 4ac3db9

@shipengcheng1230
Copy link
Owner 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/9942

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.4 -m "<description of version>" 4ac3db9466683d51413275c1e53c094fe2708e1b
git push origin v0.3.4

Please sign in to comment.