Skip to content

Commit

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

### Bug Fixes

* copy the deb to output ([8e8d321](8e8d321))
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent 8e8d321 commit ec951dc
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.10](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.9...v1.1.10) (2022-04-12)


### Bug Fixes

* copy the deb to output ([8e8d321](https://github.com/darkdragonsastro/indi-dragon-ups/commit/8e8d32110542fe498b57f4023a77c47ad3dad0e7))

## [1.1.9](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.8...v1.1.9) (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 9)
set(VERSION_PATCH 10)

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

Expand Down

0 comments on commit ec951dc

Please sign in to comment.