Skip to content

Commit 1097560

Browse files
committed
chore: version update
1 parent 794a93c commit 1097560

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.15)
2-
project(Argon VERSION 0.4.2)
2+
project(Argon VERSION 0.5.0)
33

44
set(AR_MAJOR ${PROJECT_VERSION_MAJOR})
55
set(AR_MINOR ${PROJECT_VERSION_MINOR})

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
</p>
44

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

0 commit comments

Comments
 (0)