Skip to content

Commit

Permalink
🔖 release 0.1.0
Browse files Browse the repository at this point in the history
发布 0.1.0 版本及extension origin
  • Loading branch information
rowthan committed Oct 17, 2018
1 parent 04bec5c commit e8381db
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# easyshare
让网页分享更方便,明确你想分享的目标。 9.6kb(gzip), [在线体验](http://blog.logike.cn/easyshare/dist/index.html)

[-] 支持标记重点、添加说明
[-] 兼容移动设备
[x] 支持标记重点、添加说明
[x] 兼容移动设备
[x] 扩展程序

## TODO LIST
* 精简压缩至 15kb以内
Expand Down
2 changes: 1 addition & 1 deletion dist/easyshare.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/easyshare.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion extenstion/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionName__",
"version": "0.1.5",
"version": "0.0.1",
"description": "__MSG_extensionDescription__",
"default_locale": "zh_CN",
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion extenstion/scripts/easyshare.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-share",
"version": "0.0.6",
"version": "0.1.0",
"description": "make your website more easy to share",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/easyshare.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ EasyShare.prototype.CONSTANT = {
DONE:9// 播放完毕
}

EasyShare.prototype.version = "0.0.6"
EasyShare.prototype.version = "0.1.0"

0 comments on commit e8381db

Please sign in to comment.