diff --git a/README.md b/README.md index 01491dd..befd549 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Our convention 4 kubernetes c4k-* tools combine the advantages of both approache | c4k-mastodon-bot | 0.1 | - | | | | | c4k-keycloak | 0.2 | | | | | | c4k-jira | 1.0 | x | x | | x | -| c4k-nextcloud | 0.1 | | | | | +| c4k-nextcloud | 0.1 | x | x | | x | [bak1]: https://gitlab.com/domaindrivenarchitecture/c4k-jira/-/merge_requests/1 diff --git a/project-cljs.clj b/project-cljs.clj index b2bdf35..cac0078 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "0.4.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "1.0.0" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" diff --git a/project.clj b/project.clj index b7f5d15..c67f0ce 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-clj "0.4.4-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-common-clj "1.0.0" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"