diff --git a/README.md b/README.md index baf0f70..6263374 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Simple enough for csv, no more fancy function you need to learn and think! [中文版本Readme](./README_zh.md) -![test-sample](./asssets/test-sample.png) + +![v1.0.2 support searching](./asssets/searching.png) > if you encounter any problems, download `test/test-sample.csv` to see what's different from the test csv file. Issue with an screenshot will help us fix it faster. diff --git a/README_zh.md b/README_zh.md index 6de0dcd..6496e94 100644 --- a/README_zh.md +++ b/README_zh.md @@ -5,7 +5,9 @@ [English Version Readme](./README.md) -![test-sample](./asssets/test-sample.png) + + +![v1.0.2 support searching](./asssets/searching.png) > 如果你遇到任何问题,请下载 `test/test-sample.csv`,对比你的 CSV 文件和测试文件有何不同。提交带有截图的问题可以帮助我们更快地修复。 diff --git a/asssets/searching.png b/asssets/searching.png new file mode 100644 index 0000000..098dc7a Binary files /dev/null and b/asssets/searching.png differ diff --git a/manifest.json b/manifest.json index 90dd30b..d88d6d6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "csv-lite", "name": "CSV Lite", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "1.8.0", "description": "Just open and edit CSV files directly, no more. Keep it simple.", "author": "Jay Bridge",