Skip to content

Commit

Permalink
update to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miRoox committed Nov 21, 2020
1 parent b8f8897 commit ac4a044
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CITATION.bib
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ @misc{OpticalPropagation.jl
author = {Yong-an Lu},
title = {OpticalPropagation.jl},
url = {https://github.com/HIT-UOI-SR/OpticalPropagtion.jl},
version = {v0.1.0},
version = {v0.2.0},
year = {2020},
month = {7}
month = {11}
}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OpticalPropagation"
uuid = "bd2a9720-0cf4-11ea-3d1a-97ce67aae37d"
authors = ["miRoox"]
version = "0.1.0"
version = "0.2.0"

[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Expand Down
2 changes: 1 addition & 1 deletion docs/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ version = "1.1.1+6"
deps = ["FFTW", "RecipesBase", "Unitful"]
path = ".."
uuid = "bd2a9720-0cf4-11ea-3d1a-97ce67aae37d"
version = "0.1.0"
version = "0.2.0"

[[Opus_jll]]
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
Expand Down

2 comments on commit ac4a044

@miRoox
Copy link
Member Author

@miRoox miRoox commented on ac4a044 Nov 21, 2020

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/25086

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.0 -m "<description of version>" ac4a0441e59e15f3fdfbdd4bea95d733a8c16080
git push origin v0.2.0

Please sign in to comment.