Skip to content

Commit 9abfd5a

Browse files
committedJul 12, 2023
chore(main): New Version 1.4.1
1 parent 2fa0423 commit 9abfd5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name = "ForwardMethods"
22
uuid = "5fe2550f-d27e-4649-9aea-fdf9a83a1aa9"
33
authors = ["Curt Da Silva <curt.dasilva@gmail.com>"]
4-
version = "1.4.0"
4+
version = "1.4.1"
55

66
[deps]
77
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
88

99
[compat]
1010
MLStyle = "0.4"
11-
julia = "1.6"
11+
julia = "1.6"

2 commit comments

Comments
 (2)

curtd commented on Jul 12, 2023

@curtd
OwnerAuthor

JuliaRegistrator commented on Jul 12, 2023

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/87369

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.4.1 -m "<description of version>" 9abfd5a67eee783c1bba6ff4386b62588a729482
git push origin v1.4.1
Please sign in to comment.