From ec42e4a0225b030fc2933a0b2def2fb647f79182 Mon Sep 17 00:00:00 2001 From: Keegan George Date: Fri, 12 Aug 2022 08:12:19 -0700 Subject: [PATCH] FIX: Minimum version should include `.beta9` (#15) --- about.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.json b/about.json index cdfe6f2..116f7d6 100644 --- a/about.json +++ b/about.json @@ -6,7 +6,7 @@ "about_url": "TODO", "learn_more": "TODO", "theme_version": "0.0.1", - "minimum_discourse_version": "2.9.0", + "minimum_discourse_version": "2.9.0.beta9", "maximum_discourse_version": null, "assets": { "jsuites": "assets/vendor/jsuites.js",