Skip to content

Commit

Permalink
Fix patch offsets to adjust to new folder locations (Azure#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil authored Dec 16, 2020
1 parent 2889895 commit d844da0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/autorest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autorest",
"version": "3.0.0",
"patchOffset": 5000,
"patchOffset": 5110,
"description": "The AutoRest tool generates client libraries for accessing RESTful web services. Input to AutoRest is an OpenAPI spec that describes the REST API.",
"engines": {
"node": ">=10.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@autorest/core",
"version": "3.0.0",
"patchOffset": 5000,
"patchOffset": 5136,
"description": "AutoRest core module",
"engines": {
"node": ">=10.13.0"
Expand Down

0 comments on commit d844da0

Please sign in to comment.