Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
new installer server
Browse files Browse the repository at this point in the history
  • Loading branch information
Avvessalom committed Jan 17, 2022
1 parent 0232e19 commit f3ba0f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Notable changes to this project are documented in this file.

# Unreleased
# 1.6.0

## Added
- better Toolbox-managed applications support in config add command
Expand All @@ -15,6 +15,7 @@ Notable changes to this project are documented in this file.

## Changed
- Self-signed certificate validity period restricted to 365 days to avoid NET::ERR_CERT_VALIDITY_TOO_LONG in Chrome
- updated projector-server version

# 1.5.2

Expand Down
2 changes: 1 addition & 1 deletion projector_installer/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

"""projector-installer version"""

__version__: str = '1.5.2'
__version__: str = '1.6.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def copy_license() -> None:
server_dir = join(bundled_dir, SERVER_DIR)

PROJECTOR_SERVER_URL: str = 'https://github.com/JetBrains/projector-server/releases/' \
'download/v1.5.0/projector-server-v1.5.0.zip'
'download/v1.6.0/projector-server-v1.6.0.zip'


def download_server(to_dir: str) -> None:
Expand Down

0 comments on commit f3ba0f6

Please sign in to comment.