release: 1.0.7
This commit is contained in:
parent
c7a3693051
commit
95eaeb17f1
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"name": "c4k-shynet",
|
"name": "c4k-shynet",
|
||||||
"description": "Generate c4k yaml for a shynet deployment.",
|
"description": "Generate c4k yaml for a shynet deployment.",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "1.0.7-SNAPSHOT",
|
"version": "1.0.7",
|
||||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-shynet#readme",
|
||||||
"repository": "https://www.npmjs.com/package/c4k-shynet",
|
"repository": "https://www.npmjs.com/package/c4k-shynet",
|
||||||
"license": "APACHE2",
|
"license": "APACHE2",
|
||||||
|
@ -30,4 +30,4 @@
|
||||||
"shadow-cljs": "^2.11.18",
|
"shadow-cljs": "^2.11.18",
|
||||||
"source-map-support": "^0.5.21"
|
"source-map-support": "^0.5.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -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"
|
:description "shynet c4k-installation package"
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
|
|
Loading…
Reference in a new issue