Skip to content

Commit

Permalink
Merge pull request #47 from daschw/release
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
daschw authored Mar 27, 2020
2 parents 5bb9706 + fcccbb8 commit 7073cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
/dev/
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "PlotThemes"
uuid = "ccf2f8ad-2431-5c83-bf29-c5338b663b6a"
version = "1.0.1"
version = "1.0.2"

[deps]
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
Expand Down

2 comments on commit 7073cf7

@daschw
Copy link
Member Author

@daschw daschw commented on 7073cf7 Mar 27, 2020

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

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

git tag -a v1.0.2 -m "<description of version>" 7073cf78fdd1326ed262a17db0015c875d48175b
git push origin v1.0.2

Please sign in to comment.