Skip to content

Commit 3f34eaf

Browse files
committed
Prepare for version bump
1 parent e5f843c commit 3f34eaf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "comment-core-library",
3-
"version": "0.9.0",
4-
"ignore": [
3+
"version": "0.9.1",
4+
"main": ["build/CommentCoreLibrary.js","build/style.css"],
5+
"ignore": [
56
"tests/**/*",
67
"experimental/**/*",
78
"demo/**/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Jim Chen <[email protected]>",
1313
"keywords": ["danmaku", "video", "comments", "CommentCoreLibrary"],
1414
"license":"MIT",
15-
"version": "0.9.0",
15+
"version": "0.9.1",
1616
"devDependencies": {
1717
"grunt": "~0.4.1",
1818
"grunt-typescript": "~0.3.0",

0 commit comments

Comments
 (0)