Skip to content

Commit 48ea1d0

Browse files
committed
1 parent b30757e commit 48ea1d0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ts/create-kpt-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlecontainertools/create-kpt-functions",
3-
"version": "0.14.4",
3+
"version": "0.15.0",
44
"description": "KPT functions CLI",
55
"author": "KPT Authors",
66
"license": "Apache-2.0",

ts/create-kpt-functions/templates/package.json.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"kpt:type-create": "kpt type-create"
1616
},
1717
"dependencies": {
18-
"@googlecontainertools/kpt-functions": "^0.11.0-rc.1"
18+
"@googlecontainertools/kpt-functions": "^0.11.0"
1919
},
2020
"devDependencies": {
21-
"@googlecontainertools/create-kpt-functions": "^0.14.4",
21+
"@googlecontainertools/create-kpt-functions": "^0.15.0",
2222
"@types/jasmine": "^3.3.12",
2323
"@types/node": "^12.7.2",
2424
"jasmine": "^3.4.0",

0 commit comments

Comments
 (0)