diff --git a/network_tools/CHANGELOG.md b/network_tools/CHANGELOG.md index 6085d5c..8005689 100644 --- a/network_tools/CHANGELOG.md +++ b/network_tools/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.0+2 + +This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed. + ## 3.0.0+1 This release is only meant to test Github Actions for Dart Package publishing. It's same as v3.0.0. Nothing changed. diff --git a/network_tools/pubspec.yaml b/network_tools/pubspec.yaml index 3f94600..9a74fe7 100644 --- a/network_tools/pubspec.yaml +++ b/network_tools/pubspec.yaml @@ -1,6 +1,6 @@ name: network_tools description: Networking Tools library which can help you discover open ports, devices on subnet and many other things. -version: 3.0.0+1 +version: 3.0.0+2 issue_tracker: https://github.com/git-elliot/network_tools/issues repository: https://github.com/git-elliot/network_tools/tree/main/network_tools diff --git a/pub_login.sh b/pub_login.sh index 05f5673..441cffb 100644 --- a/pub_login.sh +++ b/pub_login.sh @@ -30,7 +30,7 @@ cat < $HOME/.config/dart/pub-credentials.json "refreshToken":"${PUB_DEV_PUBLISH_REFRESH_TOKEN}", "tokenEndpoint":"${PUB_DEV_PUBLISH_TOKEN_ENDPOINT}", "idToken": "${PUB_DEV_PUBLISH_ID_TOKEN}", - "scopes":["https://www.googleapis.com/auth/userinfo.email","openid"], + "scopes":["openid","https://www.googleapis.com/auth/userinfo.email"], "expiration":${PUB_DEV_PUBLISH_EXPIRATION} } EOF \ No newline at end of file