Skip to content

Commit

Permalink
update version number in readme, package.json and manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Dec 11, 2023
1 parent 26cbbc8 commit 30c5468
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ Chrome/Firefox extension for easier tracking of new comments on Reddit. Free, op

### Install manually

Go to release page [https://github.com/nemanjam/reddit-unread-comments/releases/tag/v0.0.1](https://github.com/nemanjam/reddit-unread-comments/releases/tag/v0.0.1) and download Firefox `.xpi` or Chrome `.zip`.
Go to release page [https://github.com/nemanjam/reddit-unread-comments/releases/tag/v0.0.2](https://github.com/nemanjam/reddit-unread-comments/releases/tag/v0.0.2) and download Firefox `.xpi` or Chrome `.zip`.

- **Firefox manual install:**

- In Firefox click `Settings` (three horizontal lines in the top-right corner), click `Extensions tab`, click `Gear` icon right from `Manage Your Extensions`, choose `Install Add-on From File...` from the menu and browse `reddit-unread-comments-v0.0.1-firefox.xpi` file which you can download from the release page.
- In Firefox click `Settings` (three horizontal lines in the top-right corner), click `Extensions tab`, click `Gear` icon right from `Manage Your Extensions`, choose `Install Add-on From File...` from the menu and browse `reddit-unread-comments-v0.0.2-firefox.xpi` file which you can download from the release page.

- **Firefox `.xpi`:** [reddit-unread-comments-v0.0.1-firefox.xpi](https://github.com/nemanjam/reddit-unread-comments/releases/download/v0.0.1/reddit-unread-comments-v0.0.1-firefox.xpi)
- **Firefox `.xpi`:** [reddit-unread-comments-v0.0.2-firefox.xpi](https://github.com/nemanjam/reddit-unread-comments/releases/download/v0.0.2/reddit-unread-comments-v0.0.2-firefox.xpi)

- **Chrome manual install:**

- In Chrome navigate to `chrome://extensions/`, switch `Enable developer mode` to true, click `Load unpacked` and browse `reddit-unread-comments-v0.0.1-chrome.zip` file which you can download from the release page.
- In Chrome navigate to `chrome://extensions/`, switch `Enable developer mode` to true, click `Load unpacked` and browse `reddit-unread-comments-v0.0.2-chrome.zip` file which you can download from the release page.

- **Chrome `.zip`:** [reddit-unread-comments-v0.0.1-chrome.zip](https://github.com/nemanjam/reddit-unread-comments/releases/download/v0.0.1/reddit-unread-comments-v0.0.1-chrome.zip)
- **Chrome `.zip`:** [reddit-unread-comments-v0.0.2-chrome.zip](https://github.com/nemanjam/reddit-unread-comments/releases/download/v0.0.2/reddit-unread-comments-v0.0.2-chrome.zip)

## Usage

Expand Down
3 changes: 3 additions & 0 deletions docs/todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,6 @@ not same db in popup and contentScript? manifest?
trigger on interval and onChange
-----------------
after publish:

github action for tag and release
dont forget: update readme with links BEFORE the release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reddit-unread-comments",
"version": "0.0.1",
"version": "0.0.2",
"description": "Web extension for easier tracking of new comments on Reddit.",
"private": false,
"repository": "https://github.com/nemanjam/reddit-unread-comments",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest-v2-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Reddit Unread Comments",
"version": "0.0.1",
"version": "0.0.2",

"icons": {
"16": "assets/icons/favicon-16.png",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest-v3-chrome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "Reddit Unread Comments",
"version": "0.0.1",
"version": "0.0.2",

"icons": {
"16": "assets/icons/favicon-16.png",
Expand Down
2 changes: 1 addition & 1 deletion source/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Reddit Unread Comments",
"version": "0.0.1",
"version": "0.0.2",

"icons": {
"16": "assets/icons/favicon-16.png",
Expand Down

0 comments on commit 30c5468

Please sign in to comment.