diff --git a/README.md b/README.md index 74c0a84..e007720 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ ## **Screenshots** - + +![Screenshot 1]("./images/Screenshot_dark.png") +![Screenshot 2]("./images/Screenshot_light.png") + --- @@ -70,7 +73,6 @@ - **Make Columns Colored By Estimated Datatype** - **Insert Row Or Column** -- **Cut Off Values Longer Than 100 Characters** - **Select Contiguous Cells For Copy To Clipboard** --- diff --git a/images/Screenshot_dark.png b/images/Screenshot_dark.png new file mode 100644 index 0000000..79ba505 Binary files /dev/null and b/images/Screenshot_dark.png differ diff --git a/images/Screenshot_light.png b/images/Screenshot_light.png new file mode 100644 index 0000000..e12d979 Binary files /dev/null and b/images/Screenshot_light.png differ diff --git a/package.json b/package.json index 69345f0..431e38e 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/jonaraphael/csv.git" }, - "version": "0.0.1", + "version": "1.0.2", "engines": { "vscode": "^1.93.0" },