Skip to content

Commit 37d2b56

Browse files
committed
update default peer and bump version
1 parent d9f12b9 commit 37d2b56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "EmulatorJS",
33
"short_name": "EmulatorJS",
44
"manifest_version": 2,
5-
"version": "1.8.3",
5+
"version": "1.8.4",
66
"display": "standalone",
77
"background_color": "#000000",
88
"theme_color": "#000000",

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (fs.existsSync('/data')) {
2929
var configPath = dataRoot + 'config/';
3030
var hashPath = dataRoot + 'hashes/';
3131
var metaPath = dataRoot + 'metadata/';
32-
var defaultPeer = '/ip4/206.189.169.226/tcp/4001/p2p/12D3KooWHRqeK6as7tbuoaQdoTUNayUQzfY5aUtTa9GpYzdWNPqU';
32+
var defaultPeer = '/ip4/65.109.29.184/tcp/4001/p2p/12D3KooWAQZgCmhRo6V6yzGWTtw57xSRBnTn5kGMqzahFKyt5CW3';
3333
var metaVariables = [
3434
['vid', 'videos', '.mp4'],
3535
['logo', 'logos', '.png'],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulatorjs",
3-
"version": "1.8.3",
3+
"version": "1.8.4",
44
"description": "Rom and art management utility for generating configuration files for use with the EmulatorJS frontend",
55
"main": "index.js",
66
"author": "thelamer",

0 commit comments

Comments
 (0)