Skip to content

Commit

Permalink
bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stateford committed Feb 13, 2023
1 parent dcdac7a commit b5abbee
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,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file

# [2.1.8]
- Fixed a bug when adding / removing applications from the applications white list

# [2.1.7]
- Added application whitelist
- Users can add applications to a whitelist and locking will begin as soon as they are detected
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.24)

project(Display-Lock VERSION 2.1.7.0)
project(Display-Lock VERSION 2.1.8.0)

add_subdirectory(src)
add_subdirectory(tests)
2 changes: 1 addition & 1 deletion docs/version.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.7
2.1.8

0 comments on commit b5abbee

Please sign in to comment.