Skip to content

Commit

Permalink
Merge pull request #4 from openkraken/feat/0.7.1
Browse files Browse the repository at this point in the history
release: 0.7.1
  • Loading branch information
andycall authored Apr 9, 2021
2 parents 758ffc3 + 04f5ef3 commit 370908a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -169,28 +169,28 @@ packages:
name: kraken
url: "https://pub.dartlang.org"
source: hosted
version: "0.7.0"
version: "0.7.1"
kraken_video_player:
dependency: "direct main"
description:
name: kraken_video_player
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.3.1"
kraken_websocket:
dependency: "direct main"
description:
name: kraken_websocket
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.1.1"
kraken_webview:
dependency: "direct main"
description:
name: kraken_webview
url: "https://pub.dartlang.org"
source: hosted
version: "0.3.0"
version: "0.5.1"
matcher:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies:
flutter:
sdk: flutter

kraken: ^0.7.0
kraken_video_player: ^0.3.0
kraken_webview: ^0.3.0
kraken_websocket: ^0.1.0
kraken: ^0.7.1
kraken_video_player: ^0.3.1
kraken_webview: ^0.5.1
kraken_websocket: ^0.1.1
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openkraken/cli",
"version": "0.7.0",
"version": "0.7.1",
"description": "Command Line Tools for Kraken",
"bin": {
"kraken": "bin/kraken.js"
Expand Down

0 comments on commit 370908a

Please sign in to comment.