diff --git a/README.md b/README.md index 87d7d57..326991d 100644 --- a/README.md +++ b/README.md @@ -40,3 +40,7 @@ Icon Theme using small colored dots for gray folder and icons

dot-icons

+ + +## License +[MIT License](LICENSE) diff --git a/package-lock.json b/package-lock.json index 0ef6d29..d4374ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dot-icons", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dot-icons", - "version": "0.1.0", + "version": "0.2.0", "license": "MIT", "devDependencies": { "@types/node": "^17.0.18", diff --git a/package.json b/package.json index 1ca010c..e91d415 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "dot-icons", "displayName": "dot-icons", - "version": "0.1.0", - "description": "Icons with low key colors", + "version": "0.2.0", + "description": "Icons with a dot", "publisher": "anweber", - "scripts": { + "scripts": { "compile": "ts-node ./src/build.ts", "prepublish": "npm run compile" },