strapi-plugin-bulk-editor 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,7 +5,7 @@ Edit multiple Strapi entries at once in a spreadsheet-like interface.
5
5
  [![Strapi v5](https://img.shields.io/badge/Strapi-v5-blue)](https://strapi.io/five)
6
6
  [![npm](https://img.shields.io/npm/v/strapi-plugin-bulk-editor)](https://www.npmjs.com/package/strapi-plugin-bulk-editor)
7
7
 
8
- ![strapi dashboad with a spreadsheet-like bulk editor modal opened](thumbnail.png)
8
+ ![strapi dashboad with a spreadsheet-like bulk editor modal opened](https://i.imgur.com/ah3PnvA.png)
9
9
 
10
10
  ## Features
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strapi-plugin-bulk-editor",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Bulk edit Strapi entries in a spreadsheet-like interface",
5
5
  "license": "MIT",
6
6
  "author": "John Chedeville <hi@jchd.me>",