Skip to content

Commit

Permalink
🔖 Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronisbr committed Oct 7, 2019
1 parent 9509b4a commit a04a830
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
@@ -1,7 +1,7 @@
name = "TextUserInterfaces"
uuid = "2a09ff82-1be9-11e9-2ab7-19964783a84b"
authors = ["Ronan Arraes Jardim Chagas <[email protected]>"]
version = "0.1.0"
version = "0.0.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down

8 comments on commit a04a830

@ronisbr
Copy link
Owner Author

@ronisbr ronisbr commented on a04a830 Oct 7, 2019

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/4152

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.0.1 -m "<description of version>" a04a830262f969392cca9490c63acac65a45314d
git push origin v0.0.1

@ronisbr
Copy link
Owner Author

@ronisbr ronisbr commented on a04a830 Oct 8, 2019

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.

Error while trying to register: Error in (Julia)Project.toml: Package 'Dates' with UUID: ade2ca70-3891-5945-98fb-dc099432e06a not found in registry or stdlib

@ronisbr
Copy link
Owner Author

@ronisbr ronisbr commented on a04a830 Oct 8, 2019

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.

Error while trying to register: Error in (Julia)Project.toml: Package 'Dates' with UUID: ade2ca70-3891-5945-98fb-dc099432e06a not found in registry or stdlib

@ronisbr
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 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 updated: JuliaRegistries/General/4152

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.0.1 -m "<description of version>" a04a830262f969392cca9490c63acac65a45314d
git push origin v0.0.1

Please sign in to comment.