Skip to content

Commit

Permalink
fix: 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alper Polat committed Aug 21, 2022
1 parent fd61857 commit c91579b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Rabet",
"version": "1.7.2",
"version": "1.7.3",
"description": "Rabet extension, a simple way to interact with Stellar network.",
"homepage_url": "https://rabet.io",
"icons": {
Expand All @@ -26,7 +26,10 @@
],
"web_accessible_resources": ["dist/*.*"],
"background": {
"scripts": ["dist/background_script.js","dist/vendors-node_modules_aes256_index_js-node_modules_babel-polyfill_lib_index_js-node_modules_st-aa6ffa.js"],
"scripts": [
"dist/background_script.js",
"dist/vendors-node_modules_aes256_index_js-node_modules_babel-polyfill_lib_index_js-node_modules_st-aa6ffa.js"
],
"persistent": false
}
}
2 changes: 1 addition & 1 deletion manifest_template.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Rabet",
"version": "1.7.2",
"version": "1.7.3",
"description": "Rabet extension, a simple way to interact with Stellar network.",
"homepage_url": "https://rabet.io",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rabet",
"version": "1.7.2",
"version": "1.7.3",
"description": "Rabet extension, a simple way to interact with Stellar network.",
"main": "dist/electron.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const config = {
BASE_FEE: '50000',
VERSION: '1.7.2',
VERSION: '1.7.3',
MIN_RECEIVED: 99.7,
SLIDESHOW_TRANSITION: 200,
INTERVAL_TIME_SECONDS: 13,
Expand Down

0 comments on commit c91579b

Please sign in to comment.