diff --git a/README.markdown b/README.markdown index 5ff0414..af81b54 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ [![Build Status](https://github.com/imgui-rs/imgui-rs/workflows/ci/badge.svg)](https://github.com/imgui-rs/imgui-rs/actions) [![Latest release on crates.io](https://img.shields.io/crates/v/imgui.svg)](https://crates.io/crates/imgui) [![Documentation on docs.rs](https://docs.rs/imgui/badge.svg)](https://docs.rs/imgui) -[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.89.1-blue.svg)](https://github.com/ocornut/imgui) +[![Wrapped Dear ImGui Version](https://img.shields.io/badge/Dear%20ImGui%20Version-1.89.2-blue.svg)](https://github.com/ocornut/imgui) ![Hello world](hello_world.png) diff --git a/docs/upgrading-imgui.md b/docs/upgrading-imgui.md index a39b2cf..0b6cb9b 100644 --- a/docs/upgrading-imgui.md +++ b/docs/upgrading-imgui.md @@ -84,6 +84,8 @@ In short, there are a few steps: cargo run --example test_window_impl ``` +9. Update README to reference correct Dear ImGui (updating the URL in the badge) + ## Common sources of problems ### Function changes