Skip to content

Commit f52b3af

Browse files
committed
Finish up version v0.3.0
1 parent cddaa83 commit f52b3af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5)
2-
project(kColorPicker LANGUAGES CXX VERSION 0.2.0)
2+
project(kColorPicker LANGUAGES CXX VERSION 0.3.0)
33

44
set(QT_MIN_VERSION "5.9.4")
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# kColorPicker [![Build Status][github-badge]][github-url]
22
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.
33

4-
Version 0.2.0
4+
Version 0.3.0
55

66
![kColorPicker](https://i.imgur.com/VkhUvFa.png "kColorPicker")
77

0 commit comments

Comments
 (0)