Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed May 16, 2017
1 parent f13630d commit 338abbe
Show file tree
Hide file tree
Showing 7 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion electron-wrapper/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprisewallet",
"version": "0.1.1",
"version": "0.1.2",
"description": "Factom Enterprise Wallet",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion electron-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "enterprisewallet",
"version": "0.1.1",
"version": "0.1.2",
"description": "Factom Enterprise Wallet",
"main": "index.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion wallet/guiWalletStruct.go
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ func (w *WalletStruct) AddBalancesToAddresses() {

for i, fa := range w.FactoidAddresses.List {
if a, ok := faList[fa.Address]; ok {
fmt.Println(a.Balance)
w.FactoidAddresses.List[i].Balance = a.Balance
}
}
Expand Down
168 changes: 84 additions & 84 deletions web/files/statics/statics.go

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions web/files/templates/templates.go

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions web/statics/js/modernizr.js

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

2 changes: 1 addition & 1 deletion web/templates/templateTop.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Enterprise</h1>
</ul>
</nav>
<div id="sync-status" class="hide-for-small-only">
<small>Enterprise: Version v0.1.1.1</small><br>
<small>Enterprise: Version v0.1.2.0</small><br>
<span id="sync-bar" class="label alert">Wallet Sync: <span id="load-percent">0</span></span>
</div>
</section>
Expand Down

0 comments on commit 338abbe

Please sign in to comment.