Skip to content

Commit 3c1d483

Browse files
committed
Bump version to build with updated dependencies
1 parent 513e06b commit 3c1d483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from simple_websocket_server import WebSocket
2020
from simple_websocket_server import WebSocketServer
2121

22-
BUILD_VERSION: str = "v0.1.3"
22+
BUILD_VERSION: str = "v0.1.4"
2323

2424
# TEMP_FILEPATH is used to store the port of the currently running server
2525
TEMP_FILEPATH: str = os.path.join(tempfile.gettempdir(), "nvim-ghost.nvim.port")

binary_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.3
1+
v0.1.4

0 commit comments

Comments
 (0)