Skip to content

Commit

Permalink
fix nanodate.j to use cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySarnoff authored May 12, 2023
1 parent 4aba47d commit 607f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ keywords = ["Julia", "Dates", "time", "date", "nanoseconds"]
license = "MIT"
authors = ["Jeffrey Sarnoff <[email protected]>"]
description = "NanoDate is a nanosecond resolved DateTime type"
version = "0.1.8"
version = "0.2.0"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

2 comments on commit 607f307

@JeffreySarnoff
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/83425

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>" 607f307e53e45563f9b42d86518675a96b4f2e08
git push origin v0.2.0

Please sign in to comment.