Skip to content

Commit

Permalink
Set version to 1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed May 16, 2019
1 parent d98985f commit 36951b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "jlpkg"
uuid = "c4c688b2-6cc8-11e9-1c12-6d20b663313d"
version = "1.0.1"
version = "1.0.2"

[compat]
julia = "1"
Expand Down
2 changes: 1 addition & 1 deletion src/cli.jl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ end

# Parse --version option
if "--version" in JLPKG_ARGS
println("jlpkg version 1.0.1, julia version $(VERSION)")
println("jlpkg version 1.0.2, julia version $(VERSION)")
exit(0)
end

Expand Down

2 comments on commit 36951b7

@fredrikekre
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 created: JuliaRegistries/General/797

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 v1.0.2 -m "<description of version>" 36951b7cada339d1b8b689fff90156de0ba898e6
git push origin v1.0.2

Please sign in to comment.