Skip to content

Commit

Permalink
fixup Project file (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferC committed Oct 16, 2019
1 parent a14c2aa commit 81dc145
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name = "OhMyREPL"
uuid = "5fb14364-9ced-5910-84b2-373655c76a03"
version = "0.5.2"
version = "0.5.3"

[deps]
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
TerminalRegressionTests = "98bfdc55-cc95-5876-a49a-74609291cbe0"
Tokenize = "0796e94c-ce3b-5d07-9a54-7f471281c624"
VT100 = "7774df62-37c0-5c21-b34d-f6d7f98f54bc"

[compat]
Crayons = "1, 2, 3, 4"
Tokenize = "0.5"
julia = "1.0"

[extras]
TerminalRegressionTests = "98bfdc55-cc95-5876-a49a-74609291cbe0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
VT100 = "7774df62-37c0-5c21-b34d-f6d7f98f54bc"

[targets]
test = ["Test"]
test = ["Test", "TerminalRegressionTests", "VT100"]

2 comments on commit 81dc145

@KristofferC
Copy link
Owner Author

Choose a reason for hiding this comment

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

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

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.5.3 -m "<description of version>" 81dc145a5ed6f29bf65f9c802466d8e2f3cc7430
git push origin v0.5.3

Please sign in to comment.