Skip to content

Commit

Permalink
Merge pull request #16 from mellinoe/f/update
Browse files Browse the repository at this point in the history
Updated cimgui to a version that target 1.89.4
  • Loading branch information
zaafar authored Apr 1, 2023
2 parents c11b5f1 + 2c5eabd commit 7fc8dad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

2. git submodule update --remote

3. and then git commit + push.
3. Update the version in version.json file

4. and then git commit + push.

# To Trigger a release push a tag as shown below

1. Update the version in version.json file
# To Trigger a release push a tag as shown below

2. git tag -a v1.4 -m "my version 1.4"

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.89.3",
"version": "1.89.4",
"publicReleaseRefSpec": [
"^refs/tags/v\\d+\\.\\d+" // we also release tags starting with vN.N
],
Expand Down

0 comments on commit 7fc8dad

Please sign in to comment.