Skip to content

Commit c6a5ca1

Browse files
committed
Update version of util library
1 parent d5e833e commit c6a5ca1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@google-ads/datamanager": "^0.1.0",
21-
"@google-ads/data-manager-util": "^0.2.0",
21+
"@google-ads/data-manager-util": "^0.3.0",
2222
"csv-parser": "^3.0.0",
2323
"yargs": "^17.7.2"
2424
},

util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-ads/data-manager-util",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "A utility library for the Data Manager API for Node.js.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)