Skip to content

Commit

Permalink
Merge pull request #82 from bcbi/dpa/docs
Browse files Browse the repository at this point in the history
Remove an outdated link from the README
  • Loading branch information
DilumAluthge committed Jun 14, 2020
2 parents d66183d + 2257ec1 commit 083a70f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimpleContainerGenerator"
uuid = "b8d349fb-717b-4aac-a9b1-e1da4219c631"
authors = ["Dilum Aluthge"]
version = "1.2.1"
version = "1.2.2"

[deps]
PackageCompiler = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ run(`docker build -t my_docker_username/my_image_name .`)

## Related Packages
1. [PackageCompiler.jl](https://github.com/JuliaLang/PackageCompiler.jl)
2. [PackageCompilerX.jl](https://github.com/JuliaLang/PackageCompilerX.jl)

## Acknowledgements

Expand Down

2 comments on commit 083a70f

@DilumAluthge
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 branch=master

@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/16357

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 v1.2.2 -m "<description of version>" 083a70f5bcc5028e802d75ca02ba58aaeff08617
git push origin v1.2.2

Please sign in to comment.