Skip to content

Commit 49ccdc4

Browse files
Feat asset api v2 version (#390)
* update the grindor asset api version from v1.0 to v2.0 * upgrade the version * revert the version number * fix test case * fix the test case issue * fix the issue * add rolex folder to git ignore * 6.2.7 --------- Co-authored-by: vivek-gofynd <140066872+vivek-gofynd@users.noreply.github.com>
1 parent ee1440c commit 49ccdc4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ npm-debug.log*
88
yarn-debug.log*
99
yarn-error.log*
1010
lerna-debug.log*
11+
rolex
1112

1213
output
1314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gofynd/fdk-cli",
3-
"version": "6.2.6",
3+
"version": "6.2.7",
44
"main": "index.js",
55
"license": "MIT",
66
"bin": {

0 commit comments

Comments
 (0)