diff --git a/CMakeLists.txt b/CMakeLists.txt index 396cd5e..fc1870f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ project(sierrabreezeenhanced) -set(PROJECT_VERSION "1.3.3") +set(PROJECT_VERSION "2.0.1") set(PROJECT_VERSION_MAJOR 0) cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) diff --git a/ChangeLog b/ChangeLog index 0af3978..e248ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +V2.0.1 +-------- + +* Update README and ChangeLog +* Fixed CMakeLists Version + + +V2.0.0 +-------- + +* Ported to Plasma 6 (big thanks to @chiyuki0325 and @A1ca7raz) + V1.3.3 ---------