From 068ea2258eaf184062e0b736445912c2c45d1d51 Mon Sep 17 00:00:00 2001 From: jerger Date: Tue, 27 Dec 2022 20:30:03 +0100 Subject: [PATCH] version bump --- package.json | 2 +- project-cljs.clj | 2 +- project.clj | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index bde954a..9263dbc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-common-cljs", "description": "Contains predicates and tools for c4k", "author": "meissa GmbH", - "version": "4.0.0", + "version": "4.0.1-SNAPSHOT", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme", "repository": "https://www.npmjs.com/package/c4k-common", "license": "APACHE2", diff --git a/project-cljs.clj b/project-cljs.clj index caccd10..cf5a0bb 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-cljs "4.0.0" +(defproject org.domaindrivenarchitecture/c4k-common-cljs "4.0.1-SNAPSHOT" :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 3516548..1f5dc70 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-common-clj "4.0.0" +(defproject org.domaindrivenarchitecture/c4k-common-clj "4.0.1-SNAPSHOT" :description "Contains predicates and tools for c4k" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" @@ -32,9 +32,7 @@ :release-tasks [["test"] ["vcs" "assert-committed"] ["change" "version" "leiningen.release/bump-version" "release"] - ["vcs" "commit"] - ["vcs" "tag" "v" "--no-sign"] - ["change" "version" "leiningen.release/bump-version"]] + ["vcs" "tag" "v" "--no-sign"]] :aliases {"inst" ["shell" "sh" "-c"