Skip to content

Commit

Permalink
chore(sfdx): upgrade source api version to 59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svierk committed Nov 1, 2023
1 parent 0dbf373 commit fe6f15e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata" fqn="anotherComponent">
<apiVersion>58.0</apiVersion>
<apiVersion>59.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>Hello World</masterLabel>
<description>Add a classic greeting to any page.</description>
Expand Down
2 changes: 1 addition & 1 deletion sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"name": "lwc-starter-kit",
"namespace": "",
"sfdcLoginUrl": "https://login.salesforce.com",
"sourceApiVersion": "58.0"
"sourceApiVersion": "59.0"
}

0 comments on commit fe6f15e

Please sign in to comment.