From 3c1d4834bd748e40dc5c6efd3ee444bf74a7a5fd Mon Sep 17 00:00:00 2001 From: Subhaditya Nath Date: Wed, 6 Jul 2022 00:45:54 +0530 Subject: [PATCH] Bump version to build with updated dependencies --- binary.py | 2 +- binary_version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binary.py b/binary.py index 9d691dc..0ef46f4 100644 --- a/binary.py +++ b/binary.py @@ -19,7 +19,7 @@ from simple_websocket_server import WebSocket from simple_websocket_server import WebSocketServer -BUILD_VERSION: str = "v0.1.3" +BUILD_VERSION: str = "v0.1.4" # TEMP_FILEPATH is used to store the port of the currently running server TEMP_FILEPATH: str = os.path.join(tempfile.gettempdir(), "nvim-ghost.nvim.port") diff --git a/binary_version b/binary_version index 04e1946..8c43fb4 100644 --- a/binary_version +++ b/binary_version @@ -1 +1 @@ -v0.1.3 +v0.1.4