diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-22 09:21:21 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-22 09:21:21 -0400 |
commit | f022f75dad0538ac505111851dc8da7b5aa64e5d (patch) | |
tree | 5e998303442e0722d9924d29e10f1b3204981715 /project.clj | |
parent | cacf5366512f83295d2e2809e4a6a09378f63f42 (diff) |
move content code to separate file
Diffstat (limited to 'project.clj')
-rw-r--r-- | project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project.clj b/project.clj index 8c544a7..9b4294b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject bitgloo-web "0.2" +(defproject bitgloo-web "0.3" :description "bitgloo website framework" :url "https://bitgloo.com" :license {:name "GPL-3.0-or-later" :url "https://www.gnu.org/licenses/gpl-3.0.en.html"} |