release: 1.0.7

This commit is contained in:
patdyn 2024-08-06 11:19:08 +02:00
parent c7a3693051
commit 2bbfed75d2
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"name": "c4k-shynet",
"description": "Generate c4k yaml for a shynet deployment.",
"author": "meissa GmbH",
"version": "1.0.7-SNAPSHOT",
"version": "1.0.7",
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
"repository": "https://www.npmjs.com/package/c4k-shynet",
"license": "APACHE2",
@ -30,4 +30,4 @@
"shadow-cljs": "^2.11.18",
"source-map-support": "^0.5.21"
}
}
}

View file

@ -1,4 +1,4 @@
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.7-SNAPSHOT"
(defproject org.domaindrivenarchitecture/c4k-shynet "1.0.7"
:description "shynet c4k-installation package"
:url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0"