Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
walkie committed Sep 17, 2024
1 parent b543e8d commit 19f35bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions t4t-games/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t4t-games"
version = "0.1.1"
version = "0.2.0"
authors = ["Eric Walkingshaw <eric@walkingshaw.net>"]
edition = "2021"
description = "A library of games and strategies built with t4t."
Expand All @@ -11,7 +11,7 @@ keywords = ["game-theory", "economics", "evolution"]

[dependencies]
log = "0.4.22"
t4t = { path = "../t4t", version = "0.1.1" }
t4t = { path = "../t4t", version = "0.2.0" }

[dev-dependencies]
env_logger = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion t4t/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "t4t"
version = "0.1.1"
version = "0.2.0"
authors = ["Eric Walkingshaw <eric@walkingshaw.net>"]
edition = "2021"
description = "Tit-for-tat: a game theory toolbox."
Expand Down

0 comments on commit 19f35bf

Please sign in to comment.