Skip to content

Commit 7da7c96

Browse files
package version number update
1 parent 7529c5f commit 7da7c96

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
> **Last update / Última actualización:** 2026-03-23`@nervill/metadelta` 0.12.3
1+
> **Last update / Última actualización:** 2026-03-25`@nervill/metadelta` 0.11.0
22
33
# Metadelta Salesforce CLI Plugin
44

@@ -48,7 +48,7 @@ Created by **Nerio Villalobos** (<nervill@gmail.com>).
4848
```bash
4949
sf plugins install github:NerioVillalobos/plugin-metadelta.git
5050
```
51-
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.12.3`.
51+
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.11.0`.
5252

5353
3. (Optional, for local development) Clone this repository and install dependencies:
5454
```bash
@@ -61,7 +61,7 @@ Created by **Nerio Villalobos** (<nervill@gmail.com>).
6161
npm run build
6262
sf plugins link .
6363
```
64-
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.12.3 (link)`.
64+
Confirm installation with `sf plugins`, which should list `@nervill/metadelta 0.11.0 (link)`.
6565

6666
### Usage
6767

oclif.manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,5 +820,5 @@
820820
]
821821
}
822822
},
823-
"version": "0.12.3"
823+
"version": "0.11.0"
824824
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nervill/metadelta",
3-
"version": "0.12.3",
3+
"version": "0.11.0",
44
"description": "Salesforce CLI plugin to find recent metadata changes in an org",
55
"type": "module",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)