Skip to content

Commit 434a54d

Browse files
committed
chore: bump version to 1.0.1 in CMakeLists, snapcraft.yaml, and version.h
1 parent 70d28bc commit 434a54d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.16)
22

33
project(colorsmith
4-
VERSION 1.0.0
4+
VERSION 1.0.1
55
DESCRIPTION "A modern Qt-based color picker application"
66
LANGUAGES CXX
77
)

include/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#define COLORSMITH_VERSION_MAJOR 1
55
#define COLORSMITH_VERSION_MINOR 0
6-
#define COLORSMITH_VERSION_PATCH 0
7-
#define COLORSMITH_VERSION_STRING "1.0.0"
6+
#define COLORSMITH_VERSION_PATCH 1
7+
#define COLORSMITH_VERSION_STRING "1.0.1"
88

99
#define COLORSMITH_APP_NAME "ColorSmith"
1010
#define COLORSMITH_ORGANIZATION_NAME "Ktechpit"

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: colorsmith
2-
version: '1.0.0'
2+
version: '1.0.1'
33
summary: A modern color management application
44
description: |
55
ColorSmith is a simple and elegant application for picking and managing colors.

0 commit comments

Comments
 (0)