From a9af0862527e3d2715f85d5bbcf77ce76478d558 Mon Sep 17 00:00:00 2001 From: angusmcleod Date: Wed, 20 Oct 2021 22:03:42 +0800 Subject: [PATCH] bump version: patch @fzngagan I don't think this qualifies as a new feature, as it's a bugfix plus a related UI update to make the UX of an existing feature clearer --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index 10fed93b..da28bd3e 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Create custom wizards -# version: 1.15.1 +# version: 1.15.2 # authors: Angus McLeod # url: https://github.com/paviliondev/discourse-custom-wizard # contact emails: angus@thepavilion.io