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

Commit

Permalink
fix reference images
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Jun 3, 2019
1 parent b9d072a commit e36d377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testruns.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const makiegallery_dir = abspath(first(Base.DEPOT_PATH), "makiegallery")
"""
Downloads the reference images from ReferenceImages for a specific version
"""
function download_reference(version = v"0.2.1")
function download_reference(version = v"0.2.2")
download_dir = joinpath(makiegallery_dir, "testimages")
isdir(download_dir) || mkpath(download_dir)
tarfile = joinpath(download_dir, "gallery.zip")
Expand Down

2 comments on commit e36d377

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

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

Please sign in to comment.