Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Apr 26, 2024
1 parent 558df45 commit b15633f
Show file tree
Hide file tree
Showing 3 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,6 +1,6 @@
cmake_minimum_required(VERSION 3.11)

project(cupcake.cmake VERSION 0.7.0 LANGUAGES NONE)
project(cupcake.cmake VERSION 1.0.0 LANGUAGES NONE)

include(CMakePackageConfigHelpers)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ There are a few ways to accomplish that.
First, add `cupcake.cmake` as a non-tool[^1] requirement to your Conan recipe:

```
requires = ['cupcake.cmake/0.7.0']
requires = ['cupcake.cmake/1.0.0']
```

[^1]: The [`CMakeDeps`][CMakeDeps] generator will [not generate][6]
Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Cupcake(ConanFile):
name = 'cupcake.cmake'
version = '0.7.0'
version = '1.0.0'
default_user = 'github'
default_channel = 'thejohnfreeman'

Expand Down

0 comments on commit b15633f

Please sign in to comment.