Skip to content

Commit

Permalink
👶 Restructuring
Browse files Browse the repository at this point in the history
Co-Authored-By: Nicholas Bochenski <malyvsen@users.noreply.github.com>
  • Loading branch information
fonsp and malyvsen committed Mar 19, 2020
1 parent 56baf3b commit 3fcb08e
Show file tree
Hide file tree
Showing 11 changed files with 660 additions and 698 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "Pluto"
uuid = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
license = "MIT"
authors = ["Fons van der Plas <fonsvdplas@gmail.com>", "Mikołaj Bochenski <iceflamecode@gmail.com>"]
version = "0.3.1"
version = "0.3.2"

[deps]
HTTP = "cd3eb016-35fb-5094-929b-558a96fad6f3"
Expand Down
Loading

2 comments on commit 3fcb08e

@fonsp
Copy link
Owner Author

@fonsp fonsp commented on 3fcb08e Mar 19, 2020

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

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.3.2 -m "<description of version>" 3fcb08eab520cc5c4b092f9fd766d02d20bab284
git push origin v0.3.2

Please sign in to comment.