Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Jan 8, 2024
1 parent 54698f7 commit 7c7f319
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.2.0
# v1.2.1

### New features
* update imgui to v1.90-docking
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(imgui_bundle VERSION "1.2.0") # Remember to mirror changes to setup.py!
project(imgui_bundle VERSION "1.2.1") # Remember to mirror changes to setup.py!


# About imgui_bundle_add_app:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys
import os

VERSION = "1.2.0" # Remember to mirror changes on line 2 of main CMakeLists!
VERSION = "1.2.1" # Remember to mirror changes on line 2 of main CMakeLists!
THIS_DIR = os.path.dirname(__file__)
ROOT_PACKAGE_FOLDER = "bindings/imgui_bundle"
ROOT_PACKAGE_NAME = "imgui_bundle"
Expand Down

0 comments on commit 7c7f319

Please sign in to comment.