Skip to content

Commit

Permalink
Bump version to 1.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Jan 5, 2025
1 parent f124f91 commit 30917ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)

project(eible
LANGUAGES CXX
VERSION 1.1.0
VERSION 1.2.0
DESCRIPTION "Export and import library"
HOMEPAGE_URL "https://github.com/przemek83/eible")

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ include(FetchContent)
FetchContent_Declare(
eible
GIT_REPOSITORY https://github.com/przemek83/eible
GIT_TAG v1.1.0
GIT_TAG v1.2.0
)
FetchContent_MakeAvailable(eible)
Expand Down

0 comments on commit 30917ad

Please sign in to comment.