Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
subnut committed Dec 1, 2020
1 parent 04791bd commit 189d670
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .binary_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
v0.0.3
2 changes: 1 addition & 1 deletion binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import requests
from simple_websocket_server import WebSocketServer, WebSocket

BUILD_VERSION = "0.0.1"
BUILD_VERSION = "v0.0.3"
TEMP_FILEPATH = os.path.join(tempfile.gettempdir(), "nvim-ghost.nvim.port")
WINDOWS = os.name == "nt"
LOCALHOST = "127.0.0.1" if WINDOWS else "localhost"
Expand Down

0 comments on commit 189d670

Please sign in to comment.