We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf64c9 commit c820e8dCopy full SHA for c820e8d
app.py
@@ -15,7 +15,7 @@
15
logger = logging.getLogger(__name__)
16
17
# Application version
18
-APP_VERSION = "2.0.0"
+APP_VERSION = "2.0.1"
19
20
# Constants for grade calculations
21
GRADE_ROUNDING_THRESHOLD = 9.5 # Grades >= 9.5 can be rounded to 10
static/sw.js
@@ -1,4 +1,4 @@
1
-const CACHE_NAME = 'chemediaho-v2.0.0';
+const CACHE_NAME = 'chemediaho-v2.0.1';
2
const urlsToCache = [
3
'/',
4
'/static/manifest.json',
0 commit comments