Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagnac committed Jul 11, 2023
1 parent 432e479 commit 76e1564
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Manifest.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is machine-generated - editing it directly is not advised

julia_version = "1.9.1"
julia_version = "1.9.2"
manifest_format = "2.0"
project_hash = "763b1c5ecc071159fd0cf313318cb6ddff9235f2"

Expand Down Expand Up @@ -138,7 +138,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
[[deps.CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
version = "1.0.2+0"
version = "1.0.5+0"

[[deps.ConstructionBase]]
deps = ["LinearAlgebra"]
Expand Down Expand Up @@ -842,7 +842,7 @@ version = "0.42.2+0"
[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
version = "1.9.0"
version = "1.9.2"

[[deps.PkgVersion]]
deps = ["Pkg"]
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Zernike"
uuid = "e14b762e-e195-443f-a1b1-09f2ab0cc6c8"
authors = ["Sagnac"]
version = "3.0.0"
version = "3.1.0"

[deps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Expand Down
4 changes: 2 additions & 2 deletions src/Zernike.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zernike.jl
# Version 3.0.0
# 2023-7-3
# Version 3.1.0
# 2023-7-11
# https://github.com/Sagnac/Zernike.jl

# Generates Zernike polynomials, models wavefront errors, and plots them in Makie.
Expand Down

0 comments on commit 76e1564

Please sign in to comment.