From 707d7fa15a401c1ac738bf42dc6f9c5a49c9268b Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 2 May 2020 07:19:37 -0500 Subject: version bump - breaking compatability This version includes a customizable hardcopy protocol. You can specialize the generic functions hardcopy-plist and hardcopy-plist-keys for each of your subclasses and granolin will know to combine them all before saving to or restoring from hardcopy. Hardcopy PLISTs must now use SYMBOLs suitable for slot names instead of KEYWORD symmbols. --- granolin.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'granolin.asd') diff --git a/granolin.asd b/granolin.asd index 4ca567a..3f0dcd4 100644 --- a/granolin.asd +++ b/granolin.asd @@ -4,11 +4,11 @@ :description "Lisp learns how to spam Matrix servers." :author "cbeok@protonmail.com" :license "AGPLv3.0" - :version "0.0.1" + :version "0.1.0" :serial t :depends-on (#:drakma #:jonathan #:local-time) :components ((:file "package") (:file "macros") (:file "utils") (:file "granolin") - (:file "utility-apps"))) + (:file "plugins"))) -- cgit v1.2.3