mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-07 19:39:27 +00:00
Bump version 1.0.0 to 1.1.0
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
Some checks failed
MacOS - x64 DMG Build / build (20) (push) Has been cancelled
Lint Test / build (20) (push) Has been cancelled
Linux - AppImage Build / build (20) (push) Has been cancelled
Linux - x86_64 RPM Build / build (20) (push) Has been cancelled
Linux - x64 DEB Build / build (20) (push) Has been cancelled
MacOS Build / build (20) (push) Has been cancelled
Windows Build / build (20) (push) Has been cancelled
This commit is contained in:
parent
f617af9c31
commit
62e843dea7
5 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
"name": "everoddandeven",
|
||||
"email": "everoddandeven@protonmail.com"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"main": "main.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "monerod-gui",
|
||||
"productName": "Monero Daemon",
|
||||
"genericName": "Cryptocurrency Node Manager",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"dest": "release/",
|
||||
"icon": "src/assets/icons/favicon.256x256.png",
|
||||
"categories": [
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "monerod-gui",
|
||||
"productName": "Monero Daemon",
|
||||
"genericName": "Cryptocurrency Node Manager",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"dest": "dist/installers/",
|
||||
"icon": "src/assets/icons/favicon.256x256.png",
|
||||
"categories": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "monerod-gui",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Monero daemon GUI",
|
||||
"icon": "./assets/icons/favicon.ico",
|
||||
"homepage": "https://github.com/everoddandeven/monerod-gui#readme",
|
||||
|
|
|
@ -207,7 +207,7 @@ export class DaemonService {
|
|||
}
|
||||
|
||||
this.version = undefined;
|
||||
|
||||
|
||||
const db = await this.openDbPromise;
|
||||
await db.put(this.storeName, { id: 1, ...settings });
|
||||
|
||||
|
@ -1177,7 +1177,7 @@ export class DaemonService {
|
|||
}
|
||||
|
||||
public getGuiVersion(): string {
|
||||
return "1.0.0-main";
|
||||
return "1.1.0-main";
|
||||
}
|
||||
|
||||
public async getProcessStats(): Promise<ProcessStats> {
|
||||
|
|
Loading…
Reference in a new issue