Skip to content

Commit

Permalink
Merge pull request #9 from peterkovesi/jc/v0.2.2
Browse files Browse the repository at this point in the history
ImagePhaseCongruency v0.2.2
  • Loading branch information
johnnychen94 authored Nov 25, 2021
2 parents 7779470 + 2557ff8 commit 119afbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ImagePhaseCongruency"
uuid = "10e51d30-6ba1-539a-b97e-c69c597142c4"
authors = ["Peter Kovesi <[email protected]>"]
version = "0.2.1"
version = "0.2.2"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
[deps]
DemoCards = "311a05b2-6137-4a5a-b473-18580a3d38b5"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
ImageContrastAdjustment = "f332f351-ec65-5f6a-b3d1-319c6670881a"
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImagePhaseCongruency = "10e51d30-6ba1-539a-b97e-c69c597142c4"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[compat]
Documenter = "0.27"
Expand Down

2 comments on commit 119afbf

@johnnychen94
Copy link
Collaborator 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/49374

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.2.2 -m "<description of version>" 119afbfe78f41afd47ea9d022f877b6868dc6b25
git push origin v0.2.2

Please sign in to comment.