Skip to content

Commit f01d512

Browse files
authoredJul 13, 2018
Setting version number to v0.15.0 (#259)
1 parent c83e047 commit f01d512

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@google-cloud/firestore",
33
"description": "Firestore Client Library for Node.js",
4-
"version": "0.14.1",
4+
"version": "0.15.0",
55
"license": "Apache-2.0",
66
"author": "Google Inc.",
77
"engines": {

‎samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "npm run ava"
1414
},
1515
"dependencies": {
16-
"@google-cloud/firestore": "^0.14.1"
16+
"@google-cloud/firestore": "^0.15.0"
1717
},
1818
"devDependencies": {
1919
"@google-cloud/nodejs-repo-tools": "^2.3.0",

0 commit comments

Comments
 (0)
Please sign in to comment.