diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b45ac7..6ba8f15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.5) -project(kColorPicker LANGUAGES CXX VERSION 0.2.0) +project(kColorPicker LANGUAGES CXX VERSION 0.3.0) set(QT_MIN_VERSION "5.9.4") diff --git a/README.md b/README.md index ccf92e4..292494a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # kColorPicker [![Build Status][github-badge]][github-url] QToolButton with color popup menu with lets you select a color. The popup features a color dialog button which can be used to add custom colors to the popup menu. -Version 0.2.0 +Version 0.3.0 ![kColorPicker](https://i.imgur.com/VkhUvFa.png "kColorPicker")