diff --git a/config/sfdc.version.sublime-settings b/config/sfdc.version.sublime-settings index 73603cf..e77b841 100644 --- a/config/sfdc.version.sublime-settings +++ b/config/sfdc.version.sublime-settings @@ -1,6 +1,6 @@ { "name": "SalesforceXyTools", - "version": "2.1.6", + "version": "2.1.7", "description": "SalesforceXyTools for Sublime Text is Rapid development tools for Salesforce Development.", "author": "Exia.Huangxy", "email": "exia.huang@outlook.com", diff --git a/help/bug-fix-history.md b/help/bug-fix-history.md index c25c57d..e02c56a 100644 --- a/help/bug-fix-history.md +++ b/help/bug-fix-history.md @@ -1,5 +1,8 @@ # SalesforceXyTools Update History +## 2.1.7 +* support git command + ## 2.1.6 * support sfdx command diff --git a/messages.json b/messages.json index 43256d3..3f23e25 100644 --- a/messages.json +++ b/messages.json @@ -1,4 +1,4 @@ { - "2.1.6": "help/bug-fix-history.md", + "2.1.7": "help/bug-fix-history.md", "install": "help/install.txt" } \ No newline at end of file diff --git a/packages.json b/packages.json index 8537a8c..9227895 100644 --- a/packages.json +++ b/packages.json @@ -10,7 +10,7 @@ "platforms": { "*": [ { - "version": "2.1.6", + "version": "2.1.7", "release_notes": "", "url": "https://nodeload.github.com/exiahuang/SalesforceXyTools/zipball/master" }