Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex01011 committed Oct 4, 2023
1 parent 8bdff62 commit 66827f0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.9
0.8.11
4 changes: 2 additions & 2 deletions app/mode.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* This file is autogenerated by the build system */
var VERSION='0.8.9';
var VERSION='0.8.11';
var ENABLE_DUAL_ENGINES=false;
var IS_TEST_NET=false;
var FORCE_LOCAL_HOST=false;
var WALLET_NAME='FIMK';
var TRADE_UI_ONLY=false;
var DEBUG=false;
var BUILD_TIMESTAMP=1695386876;
var BUILD_TIMESTAMP=1696340939;
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FIMK",
"description": "Lompsa.com | desktop version",
"version": "0.8.9",
"version": "0.8.11",
"main": "index.js",
"window": {
"toolbar": false,
Expand Down
6 changes: 2 additions & 4 deletions app/partials/start.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@
<table class="table table-striped table-condensed table-hover">
<tbody>
<tr ng-repeat="a in provider.entities">
<td style="word-wrap: break-word; word-break: break-all; white-space: normal; width: 100%;"
ng-bind-html="a.renderedHTML" ng-if="!IS_SMALL_DEVICE"></td>
<td style="word-wrap: break-word; word-break: break-all; white-space: normal; width: 100%;"
ng-if="IS_SMALL_DEVICE">
<td style="white-space: normal; width: 100%;" ng-bind-html="a.renderedHTML" ng-if="!IS_SMALL_DEVICE"></td>
<td style="white-space: normal; width: 100%;" ng-if="IS_SMALL_DEVICE">
<div>
<span ng-bind-html="a.renderedHTML"></span>
<small class="pull-right">{{a.date}}</small>
Expand Down
2 changes: 1 addition & 1 deletion app/splash-electron.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<span class="loading-text-words">N</span>
<span class="loading-text-words">G</span>
<br/>
<div style="margin-top: -120px; font-size: small"><span>version 0.8.9 22-09-2023</span></div>
<div style="margin-top: -120px; font-size: small"><span>version 0.8.11 03-10-2023</span></div>
<br/>
<span>please wait...</span>
</div>
Expand Down

0 comments on commit 66827f0

Please sign in to comment.