Skip to content

Commit 76534fc

Browse files
chore: bump version to 2.0.0
1 parent e15172d commit 76534fc

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
@@ -15,7 +15,7 @@
1515
logger = logging.getLogger(__name__)
1616

1717
# Application version
18-
APP_VERSION = "1.8.0"
18+
APP_VERSION = "2.0.0"
1919

2020
# Constants for grade calculations
2121
GRADE_ROUNDING_THRESHOLD = 9.5 # Grades >= 9.5 can be rounded to 10

static/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-v1.8.0';
1+
const CACHE_NAME = 'chemediaho-v2.0.0';
22
const urlsToCache = [
33
'/',
44
'/static/manifest.json',

0 commit comments

Comments
 (0)