Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsseixaso committed Aug 20, 2024
1 parent af73cac commit a7ec722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema",
"name": "store-sitemap",
"vendor": "vtex",
"version": "2.16.3-beta",
"version": "2.16.4-beta",
"title": "Sitemap",
"description": "Sitemap for vtex.store",
"mustUpdateAt": "2019-08-01",
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@
"lint": "tsc --noEmit --pretty && tslint -c tslint.json --fix './**/*.ts'",
"test": "jest"
},
"version": "2.16.3-beta"
"version": "2.16.4-beta"
}

0 comments on commit a7ec722

Please sign in to comment.