Skip to content

Commit

Permalink
Bump version to build with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut committed Jul 5, 2022
1 parent 513e06b commit 3c1d483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion binary_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.3
v0.1.4

0 comments on commit 3c1d483

Please sign in to comment.