Skip to content

Commit

Permalink
Update version to 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentSalou committed Apr 28, 2021
1 parent 3c72f8c commit be6ac86
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion capacitor.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"appId": "com.myetpwallet.app",
"version": "10900",
"version": "101000",
"appName": "MyETPWallet",
"bundledWebRuntime": false,
"npmClient": "npm",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myetpwallet",
"version": "0.10.9",
"version": "0.10.10",
"author": "Metaverse Foundation",
"homepage": "https://myetpwallet.com",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/services/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Subject, BehaviorSubject } from 'rxjs'
})
export class AppService {

readonly version: string = '0.10.9'
readonly version: string = '0.10.10'
readonly ci_number = ''
readonly ci_link = ''
readonly ci_commit = ''
Expand Down

0 comments on commit be6ac86

Please sign in to comment.