···31311. Update `CHANGELOG.md`
32322. Build the extension:
3333 ```
3434- build:extension
3434+ npm run build:extension
3535 ```
3636-3. Commit and tag in format "v#.#.#"
3636+3. Commit with a tag in format "v#.#.#"
37374. Merge `dev` into `prod` to deploy website
38385. Publish to Chrome and Firefox stores
3939
dist/Taskler-2.2.1-chrome-firefox.zip
This is a binary file and will not be displayed.
+1-1
src/manifest.json
···11{
22 "manifest_version": 2,
33 "name": "Taskler",
44- "version": "2.2.0",
44+ "version": "2.2.1",
55 "homepage_url": "https://taskler.kasper.space",
66 "description": "A simple text editor on your New Tab page",
77 "icons": {