Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Bać committed Aug 12, 2024
1 parent aceb368 commit 78bebc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CMake

on:
push:
branches: [ "master" ]
branches: [ "1.x" ]
paths-ignore:
- 'README.md'
- 'docs/**'
Expand Down
4 changes: 2 additions & 2 deletions fixed_lib/include/fixedmath/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#define FIXEDMATH_VERSION_MAJOR 1
#define FIXEDMATH_VERSION_MINOR 0
#define FIXEDMATH_VERSION_PATCH 1
#define FIXEDMATH_VERSION_STRING "1.0.1"
#define FIXEDMATH_VERSION_PATCH 2
#define FIXEDMATH_VERSION_STRING "1.0.2"

namespace fixedmath
{
Expand Down

0 comments on commit 78bebc3

Please sign in to comment.