From e5d1c4475a9342631dab775d38469da3160b5b80 Mon Sep 17 00:00:00 2001 From: Russ Tyndall Date: Mon, 17 Jan 2022 12:18:45 -0500 Subject: [PATCH] Update system version to 1.0 --- symbol-munger.asd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/symbol-munger.asd b/symbol-munger.asd index 4cfd69e..876f9b4 100644 --- a/symbol-munger.asd +++ b/symbol-munger.asd @@ -4,7 +4,7 @@ :description "Functions to convert between the spacing and capitalization conventions of various environments" :license "MIT" - :version "0.1" + :version "1.0" :components ((:file "symbol-munger")) :depends-on ("iterate" "alexandria") :in-order-to ((test-op (load-op "symbol-munger/test"))) @@ -19,7 +19,7 @@ :description "Tests for Functions to convert between the spacing and capitalization conventions of various environments" :license "MIT" - :version "0.1" + :version "1.0" :components ((:module :tests :serial t :components ((:file "symbol-munger"))))