Skip to content

Commit

Permalink
add Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Mar 8, 2020
1 parent feac0f8 commit ca85190
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

[compat]
julia = "1"
CodeTracking = "0.5"
TerminalMenus = "0.1"

[extras]
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Expand Down

2 comments on commit ca85190

@vchuravy
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/10702

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.2 -m "<description of version>" ca85190a23f5adc08e33ca06f5737f6e09ab1966
git push origin v0.1.2

Please sign in to comment.