From 9df77ab22973e14a9cae4798c56aad9bd6971d99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Apr 2022 18:17:53 +0000 Subject: [PATCH] chore(release): 1.1.18 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 395c084..d458b78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2853b00..047adcb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")