From f61ad6d1c51124ba05d606196114a1336d33ccd4 Mon Sep 17 00:00:00 2001 From: "chenghuai.dtc" Date: Mon, 28 Mar 2022 11:53:49 +0800 Subject: [PATCH] feat: upgrade kraken to 0.10.3+1 --- app/pubspec.yaml | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 25adfe0..83acd3b 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -28,10 +28,10 @@ dependencies: flutter: sdk: flutter - kraken: ^0.10.1 - kraken_video_player: 2.0.0 - kraken_webview: 2.0.0 - kraken_websocket: 2.0.0 + kraken: ^0.10.3+1 + kraken_video_player: ^2.4.0 + kraken_websocket: ^2.0.0 + kraken_webview: ^2.4.0 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.0 diff --git a/package.json b/package.json index 93b3880..68ca78e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openkraken/cli", - "version": "0.10.4", + "version": "0.10.5", "description": "Command Line Tools for Kraken", "bin": { "kraken": "bin/kraken.js"