From a4f911301abc4b2a20ef377dfb4660c39c4e9016 Mon Sep 17 00:00:00 2001 From: Jorn van de Beek <jornvandebeek@roqua.nl> Date: Mon, 19 Jul 2021 14:23:52 +0200 Subject: [PATCH] Typo --- CHANGELOG.md | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f8b293..ba90dd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 0.3.6 * `outcome_table` panel dsl method now exports the given outcome table definition to `roqua.json` - This can't be used in combination with the `outcome_table: ` attibute in score schemas. + This can't be used in combination with the `outcome_table: ` attribute in score schemas. # 0.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 2dc79b4..ab1f769 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - quby-compiler (0.3.5) + quby-compiler (0.3.6) actionview (>= 5.0) activemodel (>= 5.0) activesupport (>= 5.0) -- GitLab