Skip to content

Commit

Permalink
chore(release): v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 30, 2023
1 parent 2b3ac8a commit 317b998
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hypercrx",
"version": "1.8.7",
"version": "1.8.8",
"type": "module",
"private": true,
"description": "Hypertrons Chromium Extension",
Expand Down
6 changes: 3 additions & 3 deletions publish/update_information.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"chrome": {
"latest_version": "1.8.7",
"latest_version": "1.8.8",
"url": "https://chrome.google.com/webstore/detail/hypercrx/ijchfbpdgeljmhnhokmekkecpbdkgabc"
},
"edge": {
"latest_version": "1.8.7",
"latest_version": "1.8.8",
"url": "https://microsoftedge.microsoft.com/addons/detail/hypercrx/lbbajaehiibofpconjgdjonmkidpcome"
},
"develop": {
"latest_version": "1.8.7",
"latest_version": "1.8.8",
"url": "https://github.com/hypertrons/hypertrons-crx/releases"
}
}
6 changes: 3 additions & 3 deletions src/mock/background.data.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
export const updateInformation = {
chrome: {
latest_version: '1.8.7',
latest_version: '1.8.8',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
edge: {
latest_version: '1.8.7',
latest_version: '1.8.8',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
develop: {
latest_version: '1.8.7',
latest_version: '1.8.8',
url: 'https://github.com/hypertrons/hypertrons-crx/releases',
},
};
Expand Down

0 comments on commit 317b998

Please sign in to comment.