We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e37d0 commit bf35a37Copy full SHA for bf35a37
ts/create-kpt-functions/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@googlecontainertools/create-kpt-functions",
3
- "version": "0.12.0-rc.1",
+ "version": "0.12.0",
4
"description": "KPT functions CLI",
5
"author": "KPT Authors",
6
"license": "Apache-2.0",
ts/create-kpt-functions/templates/package.json.mustache
@@ -18,7 +18,7 @@
18
"@googlecontainertools/kpt-functions": "^0.10.0"
19
},
20
"devDependencies": {
21
- "@googlecontainertools/create-kpt-functions": "^0.12.0-rc.1",
+ "@googlecontainertools/create-kpt-functions": "^0.12.0",
22
"@types/jasmine": "^3.3.12",
23
"@types/node": "^12.7.2",
24
"jasmine": "^3.4.0",
0 commit comments