Skip to content

Commit aae0bd9

Browse files
committed
Set version to 1.02
1 parent 36a0cae commit aae0bd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
22
cmake_policy(SET CMP0076 NEW)
33

4-
project(imgui-flame-graph)
4+
project(imgui-flame-graph VERSION 1.02)
55

66
option(IMGUI_FLAME_GRAPH_BUILD_EXAMPLE "Build an example using flame graph." ON)
77

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dear ImGui Flame Graph Widget
22
[![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)
3-
[![Download](https://img.shields.io/badge/master-v1.01-green.svg)](https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.01)
3+
[![Download](https://img.shields.io/badge/master-v1.02-green.svg)](https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.02)
44
[![License](https://img.shields.io/github/license/bwrsandman/imgui-flame-graph)](LICENSE.md)
55
[![GitHub Stars](https://img.shields.io/github/stars/bwrsandman/imgui-flame-graph?logo=github)](https://github.com/bwrsandman/imgui-flame-graph/stargazers)
66
[![DOI](https://zenodo.org/badge/216259198.svg)](https://zenodo.org/badge/latestdoi/216259198)

0 commit comments

Comments
 (0)