diff --git a/package.json b/package.json index cb26ca2..b115293 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "email": "cypto@shelkovenkov.de", "url": "https://www.defichain-income.com" }, - "version": "10.2.20", + "version": "10.2.21", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index d24dc10..5f2c97d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "DefiChain-Income", - "version": "10.2.20" + "version": "10.2.21" }, "build": { "distDir": "../dist/defichain-income", diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index d804043..431e19c 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -19,7 +19,7 @@ export const environment = { burninfo: 'https://api.mydefichain.com/v1/getburninfo/', lock: 'https://api.lock.space/v1/staking/balance?userAddress=', lockStats: 'https://api.lock.space/v1/analytics/staking', - version: '10.2.20', + version: '10.2.21', bittrex: 'https://api.bittrex.com/v3/currencies/DFI', kucoin: 'https://api.kucoin.com/api/v1/currencies/DFI', graphql: server + '/graphql', diff --git a/src/environments/environment.ts b/src/environments/environment.ts index d32d094..7874dda 100644 --- a/src/environments/environment.ts +++ b/src/environments/environment.ts @@ -23,7 +23,7 @@ export const environment = { burninfo: 'https://api.mydefichain.com/v1/getburninfo/', lock: 'https://api.lock.space/v1/staking/balance?userAddress=', lockStats: 'https://api.lock.space/v1/analytics/staking?asset=DFI&blockchain=DeFiChain&strategy=Masternode', - version: '10.2.20', + version: '10.2.21', graphql: server + '/graphql', income: server + '/income', versionBackend: server + '/version', diff --git a/src/interface/Changelog.ts b/src/interface/Changelog.ts index 235ef27..e87e172 100644 --- a/src/interface/Changelog.ts +++ b/src/interface/Changelog.ts @@ -11,6 +11,11 @@ export class Changelog { this.logs = new Array(); + this.log = new Log(); + this.log.version = '10.2.201- 27.9.2023'; + this.log.comment = 'Fix Tauri'; + this.logs.push(this.log); + this.log = new Log(); this.log.version = '10.2.20 - 21.9.2023'; this.log.comment = 'Add server version and fix links in info';