Skip to content

Commit

Permalink
Bump to v4.1.5, fix #47
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 31, 2019
1 parent bb00a9c commit 1826837
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions dist/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<div class="text-block">
<h1> Changelog </h1>
<ul>
<li> 4.1.5 </li>
<ul>
<li> [FIX] 修复侧边栏无法独立滚动问题 </li>
</ul>
<li> 4.1.4 </li>
<ul>
<li> [FIX] 修复退课导致插件崩溃的问题 </li>
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Learn Helper",
"version": "4.1.4",
"version": "4.1.5",
"minimum_chrome_version": "55",
"manifest_version": 2,
"description": "清华大学网络学堂助手,集中展示课程公告、作业、DDL等信息,提供一站式服务",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-helper",
"version": "4.1.4",
"version": "4.1.5",
"author": "xxr3376 & Harry Chen",
"license": "MIT",
"private": true,
Expand Down

0 comments on commit 1826837

Please sign in to comment.