Skip to content

Commit

Permalink
extension: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlicoss committed May 31, 2024
1 parent ffd6a78 commit c522744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/DEVELOPMENT.org
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You can also run them via tox:

: cd extension
: npm install # (if necessary)
: ./build --firefox --lint --release --publish
: ./build --firefox --lint --release --publish listed

Note that this will only upload the extension (see [[https://extensionworkshop.com/documentation/develop/web-ext-command-reference/#channel][web-ext sign command reference]] and [[https://github.com/fregante/web-ext-submit#readme][web-ext-submit]] for more info).
You need go to https://addons.mozilla.org/en-GB/developers/addon/promnesia/versions, there you should see your extension as 'pending approval'. Usually it's approved within minutes.
Expand All @@ -100,7 +100,7 @@ For build instructions, you can point the reviewers at [[file:addons-mozilla-org
** CWS (chrome web store)
: cd extension
: npm install # (if necessary)
: ./build --chrome --lint --release --publish
: ./build --chrome --lint --release --publish listed

This command should work in theory and upload automatically... however getting the api keys is super annoying (see [[https://github.com/DrewML/chrome-webstore-upload/blob/master/How%20to%20generate%20Google%20API%20keys.md][this]]).

Expand Down
4 changes: 2 additions & 2 deletions extension/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Promnesia",
"version": "1.2.4",
"version_name": "released on 2023.05.13",
"version": "1.3.0",
"version_name": "released on 2024.05.31",
"description": "Recall which pages you already visited, why and in which context",
"scripts": {
"test": "jest",
Expand Down

0 comments on commit c522744

Please sign in to comment.