Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
DJ2LS committed Oct 24, 2023
1 parent c417886 commit 0a8cc3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gui/electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"entitlements": "build/entitlements.plist",
"entitlementsInherit": "build/entitlements.plist",
"gatekeeperAssess": false,
"artifactName": "${productName}-Mac-${version}-Installer.${ext}"
"artifactName": "${productName}-Mac-${version}.${ext}"
},
"win": {
"icon": "build/icon.png",
Expand All @@ -51,7 +51,7 @@
"arch": ["arm64", "x64"]
}
],
"artifactName": "${productName}-Windows-${version}-Setup.${ext}"
"artifactName": "${productName}-Windows-${version}.${ext}"
},
"nsis": {
"oneClick": false,
Expand Down
2 changes: 1 addition & 1 deletion gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "FreeDATA",
"description": "FreeDATA",
"private": true,
"version": "0.11.0-alpha.6",
"version": "0.11.0-alpha.7",
"main": "dist-electron/main/index.js",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion modem/static.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class TCIParam:

@dataclass
class Modem:
version = "0.11.0-alpha.6"
version = "0.11.0-alpha.7"
host: str = "0.0.0.0"
port: int = 3000
SOCKET_TIMEOUT: int = 1 # seconds
Expand Down

0 comments on commit 0a8cc3a

Please sign in to comment.