Skip to content

Commit

Permalink
Finish up version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DamirPorobic committed Jan 16, 2024
1 parent cddaa83 commit f52b3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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")

Expand Down

0 comments on commit f52b3af

Please sign in to comment.