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

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Jul 7, 2021
1 parent 0118b9e commit 33630fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Notable changes to this project are documented in this file.

# 1.2.1

## Changed
- Projector Server v1.2.1

# 1.2.0

## Added
Expand All @@ -18,10 +23,13 @@ Notable changes to this project are documented in this file.
## Fixed
- PRJ-504: avoid defunct java process

## Changed
- Projector Server v1.2.0

# 1.1.6

## Changed
- Projector Server v1.1.5
- Projector Server v1.1.6

# 1.1.5

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.2.0'
__version__: str = '1.2.1'
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.2.0/projector-server-v1.2.0.zip'
'download/v1.2.1/projector-server-v1.2.1.zip'


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

0 comments on commit 33630fb

Please sign in to comment.