Skip to content

Commit c307f55

Browse files
#0 prep 4.1.1
1 parent f20a717 commit c307f55

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ body:
3939
label: Version
4040
description: What version of our software are you running? (mcdev --version)
4141
options:
42+
- 4.1.1
4243
- 4.1.0
4344
- 4.0.2
4445
- 4.0.1

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you experience issues installing Accenture SFMC DevTools, please check out th
123123
1. Install Accenture SFMC DevTools by running `npm install -g mcdev` (prefix with `sudo` on MacOS)
124124
- If you get an error, please see the below troubleshooting section.
125125

126-
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.0`).
126+
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.1`).
127127

128128
> **_Side note for proud nerds_:**
129129
>
@@ -277,10 +277,10 @@ _Note: Regardless of which tag or branch you install_
277277
**Install specific version (using a version tag on npm):**
278278

279279
```bash
280-
npm install -g mcdev@4.1.0
280+
npm install -g mcdev@4.1.1
281281
```
282282

283-
**Warning**: When you used the above method to install Accenture SFMC DevTools for a specific version or tag, trying to [update Accenture SFMC DevTools](#updating-mcdev) might not download the most recently published official version but instead stay on the version or branch you previously selected (in the above examples: develop, 4.1.0)!
283+
**Warning**: When you used the above method to install Accenture SFMC DevTools for a specific version or tag, trying to [update Accenture SFMC DevTools](#updating-mcdev) might not download the most recently published official version but instead stay on the version or branch you previously selected (in the above examples: develop, 4.1.1)!
284284

285285
> **Note**: The version is currently _not_ updated on the developer branch until a new release is published. Hence, you will not see a change if you run `mcdev --version`.
286286
@@ -1494,7 +1494,7 @@ Assuming you cloned Accenture SFMC DevTools into `C:\repos\sfmc-devtools\` (or `
14941494
14951495
This should tell npm to create a symlink to your cloned local directoty, allowing you to see updates you make in your mcdev repo instantly.
14961496
1497-
To test your new **global** developer setup, run `mcdev --version` in CLI which should return the current version (e.g. `4.1.0`). Then, go into your mcdev repo and update the version with the suffix `-dev`, e.g. to `4.1.0-dev` and then run `mcdev --version` again to verify that your change propagates instantly.
1497+
To test your new **global** developer setup, run `mcdev --version` in CLI which should return the current version (e.g. `4.1.1`). Then, go into your mcdev repo and update the version with the suffix `-dev`, e.g. to `4.1.1-dev` and then run `mcdev --version` again to verify that your change propagates instantly.
14981498
14991499
> **Not recommended:** Alternatively, you can install it locally only by opening a terminal in your project directory and executing `npm install --save-dev "C:\repos\sfmc-devtools"`
15001500
> To run the local version you need to prepend "npx" before your commands, e.g. `npx mcdev --version`
@@ -1532,7 +1532,7 @@ The following explains how you _could_ install it locally for certain edge cases
15321532
4. Afterwards, install Accenture SFMC DevTools by running `npm install --save-dev mcdev`
15331533
- If you get an error, please see the below troubleshooting section.
15341534
1535-
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.0`).
1535+
When completed run `mcdev --version` and it will show you which version you installed (e.g. `4.1.1`).
15361536
15371537
### 9.3. NPM Scripts
15381538

test/mockRoot/.mcdevrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"triggeredSendDefinition"
6464
]
6565
},
66-
"version": "4.1.0"
66+
"version": "4.1.1"
6767
}

0 commit comments

Comments
 (0)