version bump 0.4.0

This commit is contained in:
David Zhao
2021-08-31 09:29:53 -07:00
parent ab31ddabb9
commit 5c82ee224b
5 changed files with 27 additions and 17 deletions
+14 -13
View File
@@ -38,17 +38,18 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.DOCS_DEPLOY_AWS_API_SECRET }} AWS_SECRET_ACCESS_KEY: ${{ secrets.DOCS_DEPLOY_AWS_API_SECRET }}
AWS_DEFAULT_REGION: "us-east-1" AWS_DEFAULT_REGION: "us-east-1"
# - name: Setup credentials - name: Setup credentials
# run: | run: |
# mkdir -p ~/.pub-cache mkdir -p ~/.pub-cache
# cat <<EOF > ~/.pub-cache/credentials.json cat <<EOF > ~/.pub-cache/credentials.json
# { {
# "accessToken":"${{ secrets.OAUTH_ACCESS_TOKEN }}", "accessToken": "${{ secrets.OAUTH_ACCESS_TOKEN }}",
# "refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}", "refreshToken": "${{ secrets.OAUTH_REFRESH_TOKEN }}",
# "tokenEndpoint":"https://accounts.google.com/o/oauth2/token", "idToken": "${{ secrets.OAUTH_ID_TOKEN }}",
# "scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ], "tokenEndpoint":"https://accounts.google.com/o/oauth2/token",
# "expiration": 1628106170263 "scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ],
# } "expiration": 1628106170263
# EOF }
EOF
# - run: flutter pub publish -f - run: flutter pub publish -f
+9
View File
@@ -1,3 +1,12 @@
# CHANGELOG
## 0.4.0
* fixed audio track playback for web
* fixed publishing tracks for web
* updated constants to be lowerCamelCase
* updated style & formatting guide
## 0.3.0 ## 0.3.0
* `replaceTrack` API to switch camera sources * `replaceTrack` API to switch camera sources
+1 -1
View File
@@ -136,7 +136,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.3.0" version: "0.4.0"
logging: logging:
dependency: "direct main" dependency: "direct main"
description: description:
+1 -1
View File
@@ -1,2 +1,2 @@
const version = '0.3.0'; const version = '0.4.0';
const protocolVersion = 2; const protocolVersion = 2;
+2 -2
View File
@@ -1,6 +1,6 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit description: Flutter Client SDK for LiveKit
version: 0.3.0 version: 0.4.0
homepage: https://livekit.io homepage: https://livekit.io
environment: environment:
@@ -12,7 +12,7 @@ dependencies:
fixnum: ^1.0.0 fixnum: ^1.0.0
flutter: flutter:
sdk: flutter sdk: flutter
flutter_webrtc: ^0.6.4 flutter_webrtc: ^0.6.5
http: ^0.13.3 http: ^0.13.3
logging: ^1.0.1 logging: ^1.0.1
protobuf: ^2.0.0 protobuf: ^2.0.0