Skip to content

Commit

Permalink
Bump to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Oct 11, 2015
1 parent e6ce35b commit 158757c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bilibili/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.13</string>
<string>2.14</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
2 changes: 1 addition & 1 deletion bilibili/WebPages/inject.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.bilimacVersion = 213;
window.bilimacVersion = 214;
window.injectHTML = 'INJ_HTML';
window.sendToView = function(data){
$.post("http://localhost:23330/rpc",data);
Expand Down

0 comments on commit 158757c

Please sign in to comment.