From 2a70c3a562ac71b7a0f008c72173e675920f4107 Mon Sep 17 00:00:00 2001 From: jothepro Date: Thu, 25 Nov 2021 20:49:51 +0100 Subject: [PATCH] update hardcoded versions in preparation for the upcoming release. (#120) --- README.md | 2 +- docs/setup.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0239ca4..9e41b12 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Add the generator as a build requirement in `conanfile.txt`: ```text [build_requires] -djinni-generator/1.2.0 +djinni-generator/1.3.0 ``` ## Credits diff --git a/docs/setup.md b/docs/setup.md index 7474f31..0094acd 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -47,5 +47,5 @@ Add the generator as a build requirement in `conanfile.txt`: ```text [build_requires] -djinni-generator/1.2.0 +djinni-generator/1.3.0 ```