diff --git a/README.md b/README.md index 31ffaac..6941768 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ For Mac users, you can install the tool by downloading the [latest release](http Paste a `;` separated string of color codes and the app wil render all of the colors to a grid with their `hex`, `rgb` and `hsl` values generated. The values can be copied to the clipboard by clicking on the appropriate line. +### Support +If you like this tool and use it a lot, consider [buying me a coffee ☕️](https://www.buymeacoffee.com/joranquinten)! + ## Contributing 🤷‍♂️ Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. diff --git a/package.json b/package.json index 77d1f9d..7c844bc 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { "name": "webcolortool", - "version": "0.1.0", + "version": "0.2.0", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "electron:build": "vue-cli-service electron:build", "electron:serve": "vue-cli-service electron:serve", + "electron:release": "vue-cli-service electron:build -p always", "postinstall": "electron-builder install-app-deps", "postuninstall": "electron-builder install-app-deps", "test:unit": "vue-cli-service test:unit", diff --git a/public/index.html b/public/index.html index 7433074..2db362f 100644 --- a/public/index.html +++ b/public/index.html @@ -22,6 +22,7 @@ JavaScript enabled. Please enable it to continue.
+