From 683b94cd8fec1a9d21a5ea66860a10e806871f9f Mon Sep 17 00:00:00 2001 From: Christophe Parent Date: Sun, 3 Dec 2023 14:10:42 -0800 Subject: [PATCH] Correct link in README file --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f31cd7..5bfe3cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "oox" -version = "0.1.1" +version = "0.1.3" diff --git a/Cargo.toml b/Cargo.toml index 640b2ba..908a071 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "oox" -version = "0.1.1" +version = "0.1.3" edition = "2021" diff --git a/README.md b/README.md index 2661a89..527118b 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ END OF GAME: If one player succeeds in aligning three of their marks, either hor ## License -The source code of this project is licensed under a [GNU General Public License v3.0](/LICENSE). +The source code of this project is licensed under a [GNU General Public License v3.0](/ooxie/oox/src/branch/master/LICENSE).