Skip to content

Commit

Permalink
chore(release): 1.1.15 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.15](v1.1.14...v1.1.15) (2022-04-12)

### Bug Fixes

* try to fix version again ([c643a9b](c643a9b))
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent c643a9b commit fb8797f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.15](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.14...v1.1.15) (2022-04-12)


### Bug Fixes

* try to fix version again ([c643a9b](https://github.com/darkdragonsastro/indi-dragon-ups/commit/c643a9b3b23c0b56f186adaef92e23b68931979a))

## [1.1.14](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.13...v1.1.14) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(INDI 1.9 REQUIRED)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 14)
set(VERSION_PATCH 15)

set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit fb8797f

Please sign in to comment.