Skip to content

Commit

Permalink
chore: updated version to 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
naman108 committed Jun 26, 2024
1 parent 55af302 commit c7fd1d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FreeTAKServer-UI/app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def create_app(config, selenium=False):
# UI configuration
# UI version DO NOT modify it

app.config['UIVERSION'] = '2.2'
app.config['UIVERSION'] = '2.2.1'

# number of milliseconds to query FTS for connected Users, health, a System status
app.config['USERINTERVAL'] = '180000';
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "freetakserver-ui"
version = "2.2"
version = "2.2.1"
description = "an optional UI for FreeTAKServer"
authors = ["FreeTAKTeam <[email protected]>"]
readme= "README.md"
Expand Down

0 comments on commit c7fd1d7

Please sign in to comment.