From c6ec744b13f338e085be9da080ba2199e7eae680 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Wed, 9 Feb 2022 12:03:17 +0530 Subject: [PATCH] bump version, cleanup --- plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.rb b/plugin.rb index 223eec4e..da95633f 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,13 +1,13 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Create custom wizards -# version: 1.18.0.stable +# version: 1.18.1.stable # authors: Angus McLeod # url: https://github.com/paviliondev/discourse-custom-wizard # contact emails: angus@thepavilion.io gem 'liquid', '5.0.1', require: true -## ensure compatibility with category lockdown plugin + register_asset 'stylesheets/common/wizard-admin.scss' register_asset 'stylesheets/common/wizard-mapper.scss'