Skip to content

Commit c820e8d

Browse files
chore: bump version to 2.0.1
1 parent caf64c9 commit c820e8d

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 = "2.0.0"
18+
APP_VERSION = "2.0.1"
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-v2.0.0';
1+
const CACHE_NAME = 'chemediaho-v2.0.1';
22
const urlsToCache = [
33
'/',
44
'/static/manifest.json',

0 commit comments

Comments
 (0)