Skip to content

Commit

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

### Bug Fixes

* use extracted project name ([7ca2c7f](7ca2c7f))
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent 7ca2c7f commit 9df77ab
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.18](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.17...v1.1.18) (2022-04-12)


### Bug Fixes

* use extracted project name ([7ca2c7f](https://github.com/darkdragonsastro/indi-dragon-ups/commit/7ca2c7f4b5aefc53f56ccd395aa883e4181a2a3a))

## [1.1.17](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.16...v1.1.17) (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 17)
set(VERSION_PATCH 18)

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

Expand Down

0 comments on commit 9df77ab

Please sign in to comment.