Skip to content

Commit f1fd455

Browse files
peterpeter
authored andcommitted
v2.0.2
1 parent 0427eed commit f1fd455

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66

77
## Download ダウンロード 下載
88

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

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

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

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

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

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

2121
[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)
2222

app/public/scripts/CoGate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -908,6 +908,8 @@ class CoGateAccount {
908908
if ( this.currentPlan.name === 'free') {
909909
plus1 = 0
910910
}
911+
this.planArray()[1].showButton (true )
912+
this.planArray()[2].showButton (true )
911913

912914
this.planArray()[ 1 + plus1 ].tail ( true )
913915
if ( this.dataTransfer.productionPackage === 'p1') {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conet",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"license": "MIT",
55
"description": "CoNET platform",
66
"scripts": {

0 commit comments

Comments
 (0)