Skip to content

Commit 3c35dae

Browse files
committed
Version bumped to v3.0.0
1 parent 58929da commit 3c35dae

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# ![SFDMU](src/images/logo.png)Salesforce Data Loader SFDX Plugin (SFDMU)
22

33
```bash
4-
### ------------------------------------------------------------------------------- ###
5-
### ------ Latest stable version: 2.8.4 ------------------------------------------- ###
6-
### ------ !! Highly recommended always keeping your local copy up-to-date !! ----- ###
7-
### -------!! All older versions may not functioning properly !! ------------------ ###
8-
### ------------------------------------------------------------------------------- ###
4+
### --------------------------------------------------------- ###
5+
### ------------ *** The latest version: 3.0.0 *** ---------- ###
6+
### ------ *** Always keep your local copy up-to-date *** --- ###
7+
### --------------------------------------------------------- ###
98
```
109
#### For the detailed documentation visit the project WIKI: [https://github.com/forcedotcom/SFDX-Data-Move-Utility/wiki](https://github.com/forcedotcom/SFDX-Data-Move-Utility/wiki)
1110

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sfdmu",
33
"description": "The advanced Salesforce Data Loader SFDX Plugin (SFDMU) will assist you to populate your org (scratch/development/sandbox/production) with data imported from another org or CSV files. Supports Delete, Insert, Update and Upsert for multiple related sObjects.",
4-
"version": "2.8.4",
4+
"version": "3.0.0",
55
"author": "[email protected]",
66
"bugs": "https://github.com/forcedotcom/SFDX-Data-Move-Utility/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)