Skip to content

Commit e25a67b

Browse files
peterpeter
authored andcommitted
v1.2.0
1 parent 0a87ead commit e25a67b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

app/public/scripts/home.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5352,6 +5352,7 @@ const planArray = [
53525352
const DayTime = 1000 * 60 * 60 * 24
53535353
const monthTime = 30 * DayTime
53545354
const yearTime = 12 * monthTime
5355+
53555356
const getPlanPrice = ( plan: string, isAnnualPlan: boolean ) => {
53565357
switch ( plan ) {
53575358
// 1GB/month 100MB/day

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "qtgate",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"license": "MIT",
55
"description": "QTGate desktop client",
66
"scripts": {
77
"start": "electron .",
88
"pack": "electron-builder --dir",
9-
"win": "electron-builder --win",
9+
"win": "electron-builder --x64 --ia32",
1010
"win32": "electron-builder --win --ia32",
1111
"linux": "electron-builder --linux",
1212
"mac": "electron-builder",

0 commit comments

Comments
 (0)