Skip to content

Commit 04a41b7

Browse files
committedJul 19, 2023
chore(main): New Version 1.4.2
1 parent 445cdb1 commit 04a41b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Project.toml

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

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

2 commit comments

Comments
 (2)

curtd commented on Jul 19, 2023

@curtd
OwnerAuthor

JuliaRegistrator commented on Jul 19, 2023

@JuliaRegistrator

Registration pull request created: JuliaRegistries/General/87764

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.2 -m "<description of version>" 04a41b7bb35f5dc69c90bde92448effe7e2a6a9a
git push origin v1.4.2
Please sign in to comment.