Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thejohnfreeman committed Nov 25, 2023
1 parent 87c16b7 commit 505565e
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 VERSION 0.4.1 LANGUAGES NONE)
project(cupcake VERSION 0.4.2 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 @@ -37,7 +37,7 @@ You can either:
Then add `cupcake` as a non-tool requirement to your conanfile:

```
requires = ['cupcake/0.4.1']
requires = ['cupcake/0.4.2']
```
[Tool requirements][tool_requires] cannot [modify][6] the `CMAKE_PREFIX_PATH`
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'
version = '0.4.1'
version = '0.4.2'
default_user = 'github'
default_channel = 'thejohnfreeman'

Expand Down

0 comments on commit 505565e

Please sign in to comment.