Skip to content

Commit

Permalink
Merge pull request #91 from cvanaret/v1.3.0
Browse files Browse the repository at this point in the history
Prep for v1.3.0
  • Loading branch information
cvanaret authored Nov 15, 2024
2 parents 408e53f + 5abf452 commit 80765b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
cff-version: 1.2.0
cff-version: 1.3.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Vanaret"
given-names: "Charlie"
orcid: "https://orcid.org/0000-0002-1131-7631"
title: "Uno"
version: 1.0.0
version: 1.3.0
url: "https://github.com/cvanaret/Uno"
preferred-citation:
type: unpublished
Expand Down
2 changes: 1 addition & 1 deletion uno/Uno.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace uno {
}

std::string Uno::current_version() {
return "1.2.0";
return "1.3.0";
}

void Uno::print_available_strategies() {
Expand Down

0 comments on commit 80765b0

Please sign in to comment.