Skip to content

Commit

Permalink
Set version to 1.02
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed May 2, 2023
1 parent 36a0cae commit aae0bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit aae0bd9

Please sign in to comment.