Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Jan 4, 2025
1 parent c289fd9 commit 383fa96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.25)
project(saucer-desktop LANGUAGES CXX VERSION 1.0.0)
project(saucer-desktop LANGUAGES CXX VERSION 2.0.0)

# --------------------------------------------------------------------------------------------------------
# Setup Library
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```cmake
CPMFindPackage(
NAME saucer-desktop
VERSION 1.0.0
VERSION 2.0.0
GIT_REPOSITORY "https://github.com/saucer/desktop"
)
```
Expand All @@ -25,7 +25,7 @@
```cmake
include(FetchContent)
FetchContent_Declare(saucer-desktop GIT_REPOSITORY "https://github.com/saucer/desktop" GIT_TAG v1.0.0)
FetchContent_Declare(saucer-desktop GIT_REPOSITORY "https://github.com/saucer/desktop" GIT_TAG v2.0.0)
FetchContent_MakeAvailable(saucer-desktop)
```

Expand Down

0 comments on commit 383fa96

Please sign in to comment.