Skip to content

Commit 08fd0ca

Browse files
authored
Merge pull request #117 from karmakrafts/1.3.1-hotfix
Add Sysnotify to README, bump version in advance, add CLion to .gitignore
2 parents 8f655d1 + 3343794 commit 08fd0ca

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,7 @@ enc_temp_folder/
4141
/example/qt-gui-example/build-WinToastExample-Desktop_Qt_5_9_2_MSVC2015_32bit-Debug
4242
build/
4343
cmake-build-*
44-
CMakeLists.txt.user
44+
CMakeLists.txt.user
45+
46+
# CLion
47+
.idea/

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.4...3.27)
2-
project(wintoastlib VERSION 1.3.0 LANGUAGES CXX)
2+
project(wintoastlib VERSION 1.3.2 LANGUAGES CXX)
33
set(CMAKE_CXX_STANDARD 11)
44
set(CMAKE_CXX_STANDARD_REQUIRED ON)
55
set(CMAKE_CXX_EXTENSIONS OFF)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,3 +319,4 @@ The system configuration helps you to define how long you want notifications to
319319
- [PidginWinToastNotifications](https://github.com/ChristianGalla/PidginWinToastNotifications): Windows Toast Notification Plugin for Pidgin.
320320
- [Dnai-Editor](https://github.com/Nicolas-Constanty/Dnai.Editor): Visual Scripting, node editor.
321321
- [Spectral](https://gitlab.com/b0/spectral): A glossy client for Matrix, written in QtQuick Controls 2 and C++.
322+
- [Sysnotify](https://github.com/karmakrafts/WinToast): Cross-platform system notifications for Kotlin Multiplatform.

0 commit comments

Comments
 (0)