Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
nawafalqari committed Jul 13, 2023
1 parent 26c0a1a commit 49552f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/config/write.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
default_data = {
"server": {
"host": "ws://sch.nawafdev.com/ws",
"version": "1.0.0-beta3"
"version": "1.0.0-beta4"
},
"client": {
"icon_path": "icon.ico",
Expand Down
2 changes: 1 addition & 1 deletion server/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .websocket import create_app

app = create_app(version="1.0.0-beta3", title="SCH - Server", description="Server for SCH (Secure Chat) application", docs_url=None, redoc_url=None)
app = create_app(version="1.0.0-beta4", title="SCH - Server", description="Server for SCH (Secure Chat) application", docs_url=None, redoc_url=None)

0 comments on commit 49552f3

Please sign in to comment.