Skip to content

Commit cd9d184

Browse files
committed
release: 0.11.0
1 parent 3bdfa0f commit cd9d184

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Build Cli Vendor App
3535
run: sh build_macos.sh
3636
- name: Upload Cli Vendor App
37-
run: OSS_AK=${{ secrets.OSS_AK }} OSS_SK=${{ secrets.OSS_SK }} node scripts/upload.js
37+
run: OSS_AK=${{ secrets.ALIYUN_OSS_AK }} OSS_SK=${{ secrets.ALIYUN_OSS_SK }} node scripts/upload.js
3838
- uses: JS-DevTools/npm-publish@v1
3939
with:
4040
token: ${{ secrets.NPM_TOKEN }}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Build Cli Vendor App
6363
run: bash build_linux.sh
6464
- name: Upload Cli Vendor App
65-
run: OSS_AK=${{ secrets.OSS_AK }} OSS_SK=${{ secrets.OSS_SK }} node scripts/upload.js
65+
run: OSS_AK=${{ secrets.ALIYUN_OSS_AK }} OSS_SK=${{ secrets.ALIYUN_OSS_SK }} node scripts/upload.js
6666
- uses: JS-DevTools/npm-publish@v1
6767
with:
6868
token: ${{ secrets.NPM_TOKEN }}

app/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies:
2828
flutter:
2929
sdk: flutter
3030

31-
kraken: ^0.10.3+1
32-
kraken_video_player: ^2.4.0
31+
kraken: ^0.11.0
32+
kraken_video_player: ^2.5.0
3333
kraken_websocket: ^2.0.0
34-
kraken_webview: ^2.4.0
34+
kraken_webview: ^2.5.0
3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.
3737
cupertino_icons: ^1.0.0

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const packageJSON = require('./package.json');
55

66
const tarName = `kraken-${os.platform()}-${packageJSON.version}.tar.gz`;
7-
const downloadUrl = `https://kraken.oss-cn-hangzhou.aliyuncs.com/kraken-cli-vendors/${tarName}`;
7+
const downloadUrl = `https://andycall.oss-cn-beijing.aliyuncs.com/kraken-cli-vendors/kraken-cli-vendors/${tarName}`;
88

99
const processOptions = {
1010
cwd: __dirname,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openkraken/cli",
3-
"version": "0.10.5",
3+
"version": "0.11.0",
44
"description": "Command Line Tools for Kraken",
55
"bin": {
66
"kraken": "bin/kraken.js"

0 commit comments

Comments
 (0)