Skip to content

Commit 206a8e0

Browse files
committed
update examples to use v0.2.7 of the library
1 parent a30c899 commit 206a8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apigee-edge-js-examples",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Examples for using the Apigee Edge nodeJS library",
55
"main": "importAndDeployProxy.js",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"author": "dchiesa@google.com",
1010
"license": "Apache-2.0",
1111
"dependencies": {
12-
"apigee-edge-js": "^0.2.6",
12+
"apigee-edge-js": "^0.2.7",
1313
"async": "^0.9.0",
1414
"netrc": "0.1.3",
1515
"node-getopt": "0.2.3",

0 commit comments

Comments
 (0)