From bf35a3700ba2490c902007aa135b635ef5ef2b0b Mon Sep 17 00:00:00 2001 From: Frank Farzan Date: Wed, 22 Jan 2020 15:55:36 -0800 Subject: [PATCH] create-kpt-functions@0.12.0 --- ts/create-kpt-functions/package.json | 2 +- ts/create-kpt-functions/templates/package.json.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ts/create-kpt-functions/package.json b/ts/create-kpt-functions/package.json index deccb455c..45a582289 100644 --- a/ts/create-kpt-functions/package.json +++ b/ts/create-kpt-functions/package.json @@ -1,6 +1,6 @@ { "name": "@googlecontainertools/create-kpt-functions", - "version": "0.12.0-rc.1", + "version": "0.12.0", "description": "KPT functions CLI", "author": "KPT Authors", "license": "Apache-2.0", diff --git a/ts/create-kpt-functions/templates/package.json.mustache b/ts/create-kpt-functions/templates/package.json.mustache index 263c2c8a5..5f6ebafba 100644 --- a/ts/create-kpt-functions/templates/package.json.mustache +++ b/ts/create-kpt-functions/templates/package.json.mustache @@ -18,7 +18,7 @@ "@googlecontainertools/kpt-functions": "^0.10.0" }, "devDependencies": { - "@googlecontainertools/create-kpt-functions": "^0.12.0-rc.1", + "@googlecontainertools/create-kpt-functions": "^0.12.0", "@types/jasmine": "^3.3.12", "@types/node": "^12.7.2", "jasmine": "^3.4.0",