diff --git a/README.md b/README.md
index bcec558..0333068 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,10 @@ Use `yarn run dev-server` to watch changes in `src/` and start Webpack Dev Serve
## Revision History
+### v4.1.5
+
+* FIX scrolling problem of sidebar
+
### v4.1.4
* FIX crash after dropping courses
diff --git a/dist/changelog.html b/dist/changelog.html
index db64d6a..b555ccc 100644
--- a/dist/changelog.html
+++ b/dist/changelog.html
@@ -9,6 +9,10 @@
Changelog
+ - 4.1.5
+
- 4.1.4
- [FIX] 修复退课导致插件崩溃的问题
diff --git a/dist/manifest.json b/dist/manifest.json
index 7ac3db7..b25af8c 100644
--- a/dist/manifest.json
+++ b/dist/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Learn Helper",
- "version": "4.1.4",
+ "version": "4.1.5",
"minimum_chrome_version": "55",
"manifest_version": 2,
"description": "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务",
diff --git a/package.json b/package.json
index b81ba02..2326f2f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "learn-helper",
- "version": "4.1.4",
+ "version": "4.1.5",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,