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 Apr 6, 2021
1 parent 7bf4c4d commit 1795b1a
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.1.2

## Added
- new command 'autoinstall' intended for install IDE without user interaction.
Expand All @@ -14,6 +14,7 @@ Notable changes to this project are documented in this file.
- ignore network errors during updates check
- <enter> hint in manual app selection
- README anchors workaround for PyPi
- Projector Server v1.1.2

# 1.1.1

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.1.1'
__version__: str = '1.1.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.1.1/projector-server-v1.1.1.zip'
'download/v1.1.2/projector-server-v1.1.2.zip'


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

0 comments on commit 1795b1a

Please sign in to comment.