Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
v0.0.2
  • Loading branch information
Archmonger committed Jan 21, 2022
commit 157ecc4ae1cbed5667663a00b337d75f7199b9ed
2 changes: 1 addition & 1 deletion src/django_idom/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .websocket.paths import IDOM_WEBSOCKET_PATH


__version__ = "0.0.1"
__version__ = "0.0.2"
__all__ = ["IDOM_WEBSOCKET_PATH", "IdomWebsocket"]
2 changes: 1 addition & 1 deletion src/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-idom-client",
"version": "0.0.1",
"version": "0.0.2",
"description": "test app for idom_django websocket server",
"main": "src/index.js",
"files": [
Expand Down