# frozen_string_literal: true module ActiveAdmin module QuillEditor VERSION = '2.1.0' QUILL_VERSION = '2.0.3' end end