Skip to content

Commit 30917ad

Browse files
committed
Bump version to 1.2.0.
1 parent f124f91 commit 30917ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22

33
project(eible
44
LANGUAGES CXX
5-
VERSION 1.1.0
5+
VERSION 1.2.0
66
DESCRIPTION "Export and import library"
77
HOMEPAGE_URL "https://github.com/przemek83/eible")
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ include(FetchContent)
6464
FetchContent_Declare(
6565
eible
6666
GIT_REPOSITORY https://github.com/przemek83/eible
67-
GIT_TAG v1.1.0
67+
GIT_TAG v1.2.0
6868
)
6969
7070
FetchContent_MakeAvailable(eible)

0 commit comments

Comments
 (0)