Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filcuc committed Nov 20, 2021
1 parent e82a049 commit bfa41b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 0.8.1
* Fixed crashes when istantiating QAIMs from QML

# Version 0.8.0
* Added support for QObject connections
* Added support for ULongLong and LongLong in QVariant
Expand Down
2 changes: 1 addition & 1 deletion lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ endmacro()
add_target(${PROJECT_NAME} SHARED)
set(major 0)
set(minor 8)
set(patch 0)
set(patch 1)
set_target_properties(${PROJECT_NAME}
PROPERTIES
SOVERSION "${major}.${minor}"
Expand Down
2 changes: 1 addition & 1 deletion lib/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib_version = '0.8.0'
lib_version = '0.8.1'
lib_dependencies = dependency('qt5', modules : ['Core', 'Gui', 'Widgets', 'Quick', 'Qml'])
lib_sources = [
'src/DOtherSide.cpp',
Expand Down

0 comments on commit bfa41b5

Please sign in to comment.