Skip to content

Commit

Permalink
bump version (#179)
Browse files Browse the repository at this point in the history
* bump version

* update readme
  • Loading branch information
piever committed Jun 15, 2023
1 parent 190d691 commit d1f7103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InteractBase"
uuid = "d3863d7c-f0c8-5437-a7b4-3ae773c01009"
version = "0.10.9"
version = "0.10.10"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# InteractBase

[![CI](https://github.com/piever/InteractBase.jl/workflows/CI/badge.svg?branch=master)](https://github.com/piever/InteractBase.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![CI](https://github.com/JuliaGizmos/InteractBase.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaGizmos/InteractBase.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaGizmos.github.io/Interact.jl/latest)
[![codecov.io](http://codecov.io/github/piever/InteractBase.jl/coverage.svg?branch=master)](http://codecov.io/github/piever/InteractBase.jl?branch=master)
[![codecov.io](http://codecov.io/github/JuliaGizmos/InteractBase.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGizmos/InteractBase.jl?branch=master)

This package is a developer target and it includes the implementation of [Interact](https://github.com/JuliaGizmos/Interact.jl) widgets. The user-facing package is [Interact](https://github.com/JuliaGizmos/Interact.jl) See [the API reference](https://juliagizmos.github.io/Interact.jl/latest/widgets.html) to see which widgets are implemented.

4 comments on commit d1f7103

@piever
Copy link
Collaborator Author

@piever piever commented on d1f7103 Jun 15, 2023

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.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@piever
Copy link
Collaborator Author

@piever piever commented on d1f7103 Jun 23, 2023

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

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

Please sign in to comment.