Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
everoddandeven committed Nov 14, 2024
1 parent 298c491 commit 1cb77ec
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ let autoLauncher = new AutoLaunch({
],
linux: {
comment: 'Monerod GUI startup script',
version: '1.0.0'
version: '1.0.1'
}
}
});
Expand Down
4 changes: 2 additions & 2 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "everoddandeven",
"email": "everoddandeven@protonmail.com"
},
"version": "1.0.0",
"version": "1.0.1",
"main": "main.js",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion electron-installer-debian.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monerod-gui",
"productName": "Monero Daemon",
"genericName": "Cryptocurrency Node Manager",
"version": "1.0.0",
"version": "1.0.1",
"dest": "release/",
"icon": "src/assets/icons/favicon.256x256.png",
"categories": [
Expand Down
2 changes: 1 addition & 1 deletion electron-installer-redhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "monerod-gui",
"productName": "Monero Daemon",
"genericName": "Cryptocurrency Node Manager",
"version": "1.0.0",
"version": "1.0.1",
"dest": "dist/installers/",
"icon": "src/assets/icons/favicon.256x256.png",
"categories": [
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monerod-gui",
"version": "1.0.0",
"version": "1.0.1",
"description": "Monero daemon GUI",
"icon": "./assets/icons/favicon.ico",
"homepage": "https://github.com/everoddandeven/monerod-gui#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/services/daemon/daemon.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ export class DaemonService {
}

public getGuiVersion(): string {
return "1.0.0-tenacity";
return "1.0.1-tenacity";
}

public async getProcessStats(): Promise<ProcessStats> {
Expand Down

0 comments on commit 1cb77ec

Please sign in to comment.