Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aokellermann committed Apr 1, 2024
1 parent 154ad4c commit 3ac158b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 3 additions & 2 deletions manifests/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Nexus Now!",
"short_name": "nexus-now",
"version": "0.2.2",
"version": "0.2.3",
"author": "Antony Kellermann",
"homepage_url": "https://github.com/aokellermann/nexus-now",
"description": "Access scientific literature using nexus.",
Expand Down Expand Up @@ -43,5 +43,6 @@
"options_ui": {
"page": "options.html"
},
"update_url": "https://raw.githubusercontent.com/aokellermann/nexus-now/master/updates/chromium.xml"
"update_url": "https://raw.githubusercontent.com/aokellermann/nexus-now/master/updates/chromium.xml",
"key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXmbq3FzG914o1ZyzWYJIhOXSQwXhFSvff84rgO3TnT1i/TwrDKF3Dd6v2HU4J7DAHawg5WZRoLSFEnfJjvoHyckgu1h7qnNfZ1+guKCbFRwbU3/B4F4xCVsZrZgzgRdDGHbbgWrMc+C3G4DAv3dR/j4vQ6rDDoOHxhWOB82+NjHhHexC0bNfpo2b0KUyZUIltzGzJf5+MbQcxSNzY/7xtFJATSRWCbWdgt3pMnxk+VsES7iTe71iuIuN0vKK9EWxTh639AP6TfN3IFezCY1kW4lY5SiVceQDCr1dD1SjwYU7Knzt5DQ0HP/E8yQ9LJk8LbPBV3GtFtAg/Sfh4QbAbUpDcswuNO+yuUX7qrVa85Ho+axx6vF3ZEXExwWtG+J/WJasQfWrjQWMJjCacKWIyycli03k3bnimRUK5UIVIn4ghg9lJSZWXM/so5NbnfNY8NSImDN2dLTiBBXFxe+TaA9FL+zRC45vU9vlVzJ6IdzIAlgZb2xmHD9nWqlLzhds= aokellermann@arch"
}
2 changes: 1 addition & 1 deletion manifests/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Nexus Now!",
"short_name": "nexus-now",
"version": "0.2.2",
"version": "0.2.3",
"author": "Antony Kellermann",
"homepage_url": "https://github.com/aokellermann/nexus-now",
"description": "Access scientific literature using nexus.",
Expand Down
1 change: 1 addition & 0 deletions updates/chromium.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<app appid='dlkgopgehblcicoegdnoehgifnimkafi'>
<updatecheck codebase='https://github.com/aokellermann/nexus-now/releases/download/v0.2.1/nexus-now_0.2.1_chromium.crx' version='0.2.1' />
<updatecheck codebase='https://github.com/aokellermann/nexus-now/releases/download/v0.2.2/nexus-now_0.2.2_chromium.crx' version='0.2.2' />
<updatecheck codebase='https://github.com/aokellermann/nexus-now/releases/download/v0.2.3/nexus-now_0.2.3_chromium.crx' version='0.2.3' />
</app>
</gupdate>
4 changes: 4 additions & 0 deletions updates/firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
{
"version": "0.2.2",
"update_link": "https://github.com/aokellermann/nexus-now/releases/download/v0.2.2/nexus-now_0.2.2_firefox.xpi"
},
{
"version": "0.2.3",
"update_link": "https://github.com/aokellermann/nexus-now/releases/download/v0.2.3/nexus-now_0.2.3_firefox.xpi"
}
]
}
Expand Down

0 comments on commit 3ac158b

Please sign in to comment.