mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 11:39:25 +00:00
Bump version
This commit is contained in:
parent
51434182c9
commit
deb7939698
5 changed files with 5 additions and 5 deletions
|
@ -67,7 +67,7 @@ let autoLauncher = new AutoLaunch({
|
|||
],
|
||||
linux: {
|
||||
comment: 'Monerod GUI startup script',
|
||||
version: '0.1.2'
|
||||
version: '1.0.0'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"name": "everoddandeven",
|
||||
"email": "everoddandeven@protonmail.com"
|
||||
},
|
||||
"version": "0.1.2",
|
||||
"version": "1.0.0",
|
||||
"main": "main.js",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "monerod-gui",
|
||||
"productName": "Monero Daemon",
|
||||
"genericName": "Cryptocurrency Node Manager",
|
||||
"version": "0.1.2",
|
||||
"version": "1.0.0",
|
||||
"dest": "release/",
|
||||
"icon": "src/assets/icons/favicon.256x256.png",
|
||||
"categories": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "monerod-gui",
|
||||
"version": "0.1.2",
|
||||
"version": "1.0.0",
|
||||
"description": "Monero daemon GUI",
|
||||
"icon": "./assets/icons/favicon.ico",
|
||||
"homepage": "https://github.com/everoddandeven/monerod-gui#readme",
|
||||
|
|
|
@ -1181,7 +1181,7 @@ export class DaemonService {
|
|||
}
|
||||
|
||||
public getGuiVersion(): string {
|
||||
return "0.1.2-rc";
|
||||
return "1.0.0-main";
|
||||
}
|
||||
|
||||
public async getProcessStats(): Promise<ProcessStats> {
|
||||
|
|
Loading…
Reference in a new issue