aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-08 16:07:16 -0800
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-02-08 16:07:16 -0800
commit6d65bc3930a55890b496a9086d4a93f1f50cab93 (patch)
treee391f4e929f07bf6725ada77728556906172fa51
parent283536bed86df0075d26257bf9d5031521141a5f (diff)
parentb0162c48bdd6544aa212322e66080f539fd18c81 (diff)
Merge pull request #5141 from murgatroid99/node_package_version_template_0.13
Make Node's package.json use the version from build.yaml
-rw-r--r--package.json2
-rw-r--r--templates/package.json.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 59e18128ee..8a5f13bc49 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "grpc",
- "version": "0.12.0",
+ "version": "0.13.0-pre1",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",
diff --git a/templates/package.json.template b/templates/package.json.template
index ed4dca50e2..ec444976ed 100644
--- a/templates/package.json.template
+++ b/templates/package.json.template
@@ -2,7 +2,7 @@
--- |
{
"name": "grpc",
- "version": "0.12.0",
+ "version": "${settings.node_version}",
"author": "Google Inc.",
"description": "gRPC Library for Node",
"homepage": "http://www.grpc.io/",