Skip to content

Commit

Permalink
RC8
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Jun 2, 2018
1 parent 7667f96 commit 3a4e115
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eos-voter",
"productName": "eos-voter",
"version": "0.1.0-RC6",
"version": "0.1.0-RC8",
"description": "",
"main": "./main.prod.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion app/renderer/assets/locales/en/common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"application_name": "eos-voter",
"application_version": "v0.1.0-RC6",
"application_version": "v0.1.0-RC8",
"block_height": "Block Height",
"cancel": "Cancel",
"close": "Close",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eos-voter",
"productName": "eos-voter",
"version": "0.1.0-RC6",
"version": "0.1.0-RC8",
"description": "",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down Expand Up @@ -69,7 +69,7 @@
"category": "Network",
"desktop": {
"Name": "eos-voter",
"Version": "0.1.0-RC6",
"Version": "0.1.0-RC8",
"GenericName": "EOS Voting Client + Wallet",
"X-GNOME-FullName": "eos-voter",
"Comment": "A simple voting interface and wallet for EOS accounts.",
Expand Down

0 comments on commit 3a4e115

Please sign in to comment.