Skip to content

Commit

Permalink
Merge pull request #79 from Gnimuc/pxl-th/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pxl-th authored Feb 21, 2023
2 parents 7ab488c + e626de7 commit 3cbbf91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ to get an idea of its use cases.

## Installation

**This is the doc for the v1.79 release, not the master branch. The master branch is currently being revamped. Please check [#52](https://github.com/Gnimuc/CImGui.jl/discussions/52) for the future directions of this package.**

```julia
pkg> add CImGui
```
Expand Down

2 comments on commit 3cbbf91

@pxl-th
Copy link
Collaborator Author

@pxl-th pxl-th commented on 3cbbf91 Feb 21, 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/78184

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.82.0 -m "<description of version>" 3cbbf91e2118211abd7f4ba1e31b2a89044cde21
git push origin v1.82.0

Also, note the warning: Version 1.82.0 skips over 1.80.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.