Skip to content

Commit

Permalink
Ver: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Jan 13, 2018
1 parent a2efc32 commit c7c5e04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Eruda 是一个专为手机网页前端设计的调试面板,类似 DevTools
通过CDN使用:

```html
<script src="//cdn.bootcss.com/eruda/1.3.2/eruda.min.js"></script>
<script src="//cdn.bootcss.com/eruda/1.4.0/eruda.min.js"></script>
<script>eruda.init();</script>
```

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": "eruda",
"version": "1.4.0",
"version": "1.4.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"scripts": {
Expand Down

0 comments on commit c7c5e04

Please sign in to comment.