Bump version to 0.1.16
Made-with: Cursor
This commit is contained in:
2
app.py
2
app.py
@@ -7,6 +7,8 @@ from typing import Tuple, Dict, List
|
||||
from flask import Flask, render_template, request, send_from_directory, session, redirect, url_for, flash
|
||||
from functools import wraps
|
||||
|
||||
__version__ = "0.1.16"
|
||||
|
||||
app = Flask(__name__)
|
||||
app.secret_key = os.environ.get('FLASK_SECRET_KEY', 'dev-secret-key-change-in-production')
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"version": "0.1.16",
|
||||
"name": "Wordle‑Cheater",
|
||||
"short_name": "W‑Cheater",
|
||||
"description": "Hilft bei der Lösung deutschsprachiger Wordle‑Rätsel mit Positions- und Buchstabenfiltern.",
|
||||
|
||||
Reference in New Issue
Block a user