Skip to content

Commit ce7b0ea

Browse files
chore: bump version to 2.5.0
1 parent d3acf86 commit ce7b0ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def check_api_key():
126126
logger = logging.getLogger(__name__)
127127

128128
# Application version
129-
APP_VERSION = "2.4.0"
129+
APP_VERSION = "2.5.0"
130130

131131
# Constants for grade calculations
132132
GRADE_ROUNDING_THRESHOLD = 9.5 # Grades >= 9.5 can be rounded to 10

frontend/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const CACHE_NAME = 'chemediaho-v2.4.0';
1+
const CACHE_NAME = 'chemediaho-v2.5.0';
22
const urlsToCache = [
33
'/',
44
'/static/manifest.json',

0 commit comments

Comments
 (0)