Skip to content

Commit

Permalink
[DEPLOY] Bump to 2.51 ; CI_PUBLISH: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
typcn committed Jan 28, 2017
1 parent 1178cca commit 527f12c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions bilibili/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="10117" systemVersion="16D32" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="11762"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="10117"/>
</dependencies>
<scenes>
<!--Window Controller-->
Expand Down
4 changes: 2 additions & 2 deletions bilibili/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.49</string>
<string>2.51</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down Expand Up @@ -233,7 +233,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3353</string>
<string>3372</string>
<key>Fabric</key>
<dict>
<key>APIKey</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 = 249;
window.bilimacVersion = 251;
window.injectHTML = 'INJ_HTML';
window.sendToView = function(data){
var rpcdata = 'action=' + encodeURIComponent(data.action) + '&data=' + encodeURIComponent(data.data);
Expand Down

0 comments on commit 527f12c

Please sign in to comment.