Skip to content

Commit 69419e1

Browse files
committed
increase version
1 parent 5432974 commit 69419e1

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.1)
22
cmake_policy(SET CMP0091 NEW)
3-
project(Webthing-CPP VERSION 1.0.3 DESCRIPTION "Webthing implementation for C++" LANGUAGES CXX)
3+
project(Webthing-CPP VERSION 1.0.4 DESCRIPTION "Webthing implementation for C++" LANGUAGES CXX)
44
set(CMAKE_CXX_STANDARD 17)
55

66
IF(WIN32)

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Webthing-CPP is licensed under the MIT License
22

3-
Copyright (c) 2023 Benno Waldhauer
3+
Copyright (c) 2023-2024 Benno Waldhauer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

vcpkg-no-ssl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "webthing-cpp",
3+
"version-string": "1.0.4",
34
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
45
"dependencies": [
56
"catch2",

vcpkg-with-ssl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "webthing-cpp",
3+
"version-string": "1.0.4",
34
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
45
"dependencies": [
56
"catch2",

vcpkg.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "webthing-cpp",
3+
"version-string": "1.0.4",
34
"builtin-baseline": "c82f74667287d3dc386bce81e44964370c91a289",
45
"dependencies": [
56
"catch2",

0 commit comments

Comments
 (0)