Release 1.2.1 with mobile theme and icon polish
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ def load_app_version(root_dir: Path) -> str:
|
||||
).strip()
|
||||
if manifest_version:
|
||||
return manifest_version
|
||||
return "1.2.0"
|
||||
return "1.2.1"
|
||||
|
||||
|
||||
def load_release_url() -> str:
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ from werkzeug.security import generate_password_hash
|
||||
|
||||
from .constants import DAYPARTS, DEFAULT_CATEGORIES, DEFAULT_CATEGORY_BUILDERS
|
||||
|
||||
CURRENT_SCHEMA_VERSION = "1.2.0"
|
||||
CURRENT_SCHEMA_VERSION = "1.2.1"
|
||||
|
||||
|
||||
def get_db() -> sqlite3.Connection:
|
||||
|
||||
Reference in New Issue
Block a user