aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rw-r--r--substrate-hash-table.asd2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..7542f2d
--- /dev/null
+++ b/README.org
@@ -0,0 +1,2 @@
+* substrate/hash-table
+This library provides minimalistic convenience functionality when working with hash-tables in Common Lisp.
diff --git a/substrate-hash-table.asd b/substrate-hash-table.asd
index 3a15c88..262084d 100644
--- a/substrate-hash-table.asd
+++ b/substrate-hash-table.asd
@@ -1,7 +1,7 @@
(defsystem "substrate-hash-table"
:author "soukev <soukev@soukev.xyz>"
:license "GPL 3.0"
- :version "0"
+ :version "1"
:description "Hash-table convinience library"
:components ((:module "src"
:serial t