Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kadir014 committed Mar 2, 2023
1 parent aa74428 commit d5558db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center"><img src="https://raw.githubusercontent.com/kadir014/kadir014.github.io/master/assets/novaphysics.png" width=340></p>
<p align="center">
<img src="https://img.shields.io/badge/license-MIT-blue.svg">
<img src="https://img.shields.io/badge/version-0.3.1-yellow">
<img src="https://img.shields.io/badge/version-0.4.0-yellow">
<a href="https://www.codacy.com/gh/kadir014/nova-physics/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=kadir014/nova-physics&amp;utm_campaign=Badge_Grade"><img src="https://app.codacy.com/project/badge/Grade/9556f3db17d54b288557d3b2e9dbf366"></a>
</p>
<p align="center">
Expand Down
4 changes: 2 additions & 2 deletions include/novaphysics/novaphysics.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

// Version in MAJOR.MINOR.PATCH format
#define NV_VERSION_MAJOR 0
#define NV_VERSION_MINOR 3
#define NV_VERSION_PATCH 1
#define NV_VERSION_MINOR 4
#define NV_VERSION_PATCH 0
// Version string
#define NV_VERSTR \
NV_STRINGIFY(NV_VERSION_MAJOR) "." \
Expand Down

0 comments on commit d5558db

Please sign in to comment.