Skip to content

Commit

Permalink
fix version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Jul 24, 2023
1 parent 27a3071 commit 980befa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"license": {
"id": "GPL-2.0"
},
"publication_date": "2023-09-01",
"publication_date": "2023-07-24",
"title": "The gauge including magnetically induced current density method (GIMIC)",
"version": "2.0"
"version": "2.2.0"
}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ keywords:
- numerical methods
- London orbitals
license: GPL-2.0
version: '2.0'
date-released: '2023-09-01'
version: '2.2.0'
date-released: '2023-07-24'
4 changes: 2 additions & 2 deletions cmake/custom/version.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(PROJECT_VERSION_MAJOR 2)
set(PROJECT_VERSION_MINOR 1)
set(PROJECT_VERSION_PATCH 4)
set(PROJECT_VERSION_MINOR 2)
set(PROJECT_VERSION_PATCH 0)

set(PROJECT_VERSION ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})

0 comments on commit 980befa

Please sign in to comment.