From aae0bd9665d1379c511d0b8a64d3752301a327a2 Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Mon, 1 May 2023 20:59:36 -0400 Subject: [PATCH] Set version to 1.02 --- CMakeLists.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9786d45..a5ff7a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.14 FATAL_ERROR) cmake_policy(SET CMP0076 NEW) -project(imgui-flame-graph) +project(imgui-flame-graph VERSION 1.02) option(IMGUI_FLAME_GRAPH_BUILD_EXAMPLE "Build an example using flame graph." ON) diff --git a/README.md b/README.md index 36772e9..4c0380d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dear ImGui Flame Graph Widget [![Build](https://github.com/bwrsandman/imgui-flame-graph/actions/workflows/build.yml/badge.svg)](https://github.com/bwrsandman/imgui-flame-graph/actions/workflows/build.yml) -[![Download](https://img.shields.io/badge/master-v1.01-green.svg)](https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.01) +[![Download](https://img.shields.io/badge/master-v1.02-green.svg)](https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.02) [![License](https://img.shields.io/github/license/bwrsandman/imgui-flame-graph)](LICENSE.md) [![GitHub Stars](https://img.shields.io/github/stars/bwrsandman/imgui-flame-graph?logo=github)](https://github.com/bwrsandman/imgui-flame-graph/stargazers) [![DOI](https://zenodo.org/badge/216259198.svg)](https://zenodo.org/badge/latestdoi/216259198)