Skip to content

Commit

Permalink
Merge pull request #297 from gregmedd/release/1.0.1/update-package-ve…
Browse files Browse the repository at this point in the history
…rsion

Updating release version to 1.0.1
  • Loading branch information
gregmedd authored Aug 15, 2024
2 parents ebf9d37 + 96807d5 commit 0001b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.10.0)
project(up-cpp VERSION 1.0.0 LANGUAGES CXX DESCRIPTION "C++ API for uProtocol")
project(up-cpp VERSION 1.0.1 LANGUAGES CXX DESCRIPTION "C++ API for uProtocol")

find_package(protobuf REQUIRED)
find_package(up-core-api REQUIRED)
Expand Down

0 comments on commit 0001b9f

Please sign in to comment.