Skip to content

Commit

Permalink
chore: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopodl committed Mar 26, 2024
1 parent 794a93c commit 1097560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Argon VERSION 0.4.2)
project(Argon VERSION 0.5.0)

set(AR_MAJOR ${PROJECT_VERSION_MAJOR})
set(AR_MINOR ${PROJECT_VERSION_MINOR})
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
</p>

<p align="center">
<a href="https://img.shields.io/badge/version-0.4.2--alpha-red">
<img src="https://img.shields.io/badge/version-0.4.2--alpha-red" alt="Version 0.4.2-alpha">
<a href="https://img.shields.io/badge/version-0.5.0--alpha-red">
<img src="https://img.shields.io/badge/version-0.5.0--alpha-red" alt="Version 0.5.0-alpha">
</a>
<a href="https://www.apache.org/licenses/LICENSE-2.0">
<img src="https://img.shields.io/badge/license-apache--2.0-blue" alt="Apache License 2.0">
Expand Down

0 comments on commit 1097560

Please sign in to comment.