Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peter authored and peter committed Jun 14, 2018
1 parent 0427eed commit f1fd455
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

## Download ダウンロード 下載

### [The latest 最新版 v2.0.1](https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/)
### [The latest 最新版 v2.0.2](https://github.com/QTGate/QTGate-Desktop-Client/releases/latest/)

[windows32](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1/CoNET.Setup.2.0.1.ia32.exe)
[windows32](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2/CoNET.Setup.2.0.2.ia32.exe)

[windows64](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1/CoNET.Setup.2.0.1.exe)
[windows64](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2/CoNET.Setup.2.0.2.exe)

[MacOS](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1/CoNET-2.0.1.dmg)
[MacOS](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2/CoNET-2.0.2.dmg)

[Linux deb](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1/CoNET_2.0.1_amd64.deb)
[Linux deb](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2/CoNET_2.0.2_amd64.deb)

[Linux pacman](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.1/CoNET-2.0.1.pacman)
[Linux pacman](https://github.com/QTGate/QTGate-Desktop-Client/releases/download/v2.0.2/CoNET-2.0.2.pacman)

[WInXP or npm install](https://github.com/QTGate/QTGate-Desktop-Client/wiki/WInXP%E4%BB%A5%E5%8F%8ANPM%E7%92%B0%E5%A2%83%E4%B8%8B%E5%AE%89%E8%A3%9DCoNET)

Expand Down
2 changes: 2 additions & 0 deletions app/public/scripts/CoGate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,8 @@ class CoGateAccount {
if ( this.currentPlan.name === 'free') {
plus1 = 0
}
this.planArray()[1].showButton (true )
this.planArray()[2].showButton (true )

this.planArray()[ 1 + plus1 ].tail ( true )
if ( this.dataTransfer.productionPackage === 'p1') {
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": "conet",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"description": "CoNET platform",
"scripts": {
Expand Down

0 comments on commit f1fd455

Please sign in to comment.