diff --git a/infrastructure/build/build.py b/infrastructure/build/build.py index 0dae6c1..2f5d18e 100644 --- a/infrastructure/build/build.py +++ b/infrastructure/build/build.py @@ -7,7 +7,7 @@ import logging name = 'c4k-website' MODULE = 'build' PROJECT_ROOT_PATH = '../..' -version = "1.1.7-SNAPSHOT" +version = "1.1.7" @init diff --git a/package.json b/package.json index 2237e5b..dda5483 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "c4k-website", "description": "Generate c4k yaml for a website deployment.", "author": "meissa GmbH", - "version": "1.1.7-SNAPSHOT", + "version": "1.1.7", "homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-website#readme", "repository": "https://www.npmjs.com/package/c4k-website", "license": "APACHE2", @@ -28,6 +28,6 @@ }, "devDependencies": { "shadow-cljs": "^2.11.18", - "source-map-support": "^0.5.19" + "source-map-support": "^0.5.21" } } \ No newline at end of file diff --git a/project.clj b/project.clj index ac6234a..e158ae3 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject org.domaindrivenarchitecture/c4k-website "1.1.7-SNAPSHOT" +(defproject org.domaindrivenarchitecture/c4k-website "1.1.7" :description "website c4k-installation package" :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0"