diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 421a7a6..0fb84e5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,7 +31,7 @@ jobs: "refreshToken":"${{ secrets.OAUTH_REFRESH_TOKEN }}", "tokenEndpoint":"https://accounts.google.com/o/oauth2/token", "scopes": [ "openid", "https://www.googleapis.com/auth/userinfo.email" ], - "expiration": 1624388694898 + "expiration": 1626373611962 } EOF - name: Git config diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f611bb..c2fe527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,3 @@ -## 0.7.24 -- Adding git config to publish workflow. [`#149`](https://github.com/rive-app/rive-flutter/pull/149) - ## 0.7.22 - (2021-06-22) - Stroke don't draw when their thickness is 0. diff --git a/pubspec.yaml b/pubspec.yaml index 81d1d19..1dbb653 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rive description: Rive 2 Flutter Runtime. This package provides runtime functionality for playing back and interacting with animations built with the Rive editor available at https://rive.app. -version: 0.7.23 +version: 0.7.22 repository: https://github.com/rive-app/rive-flutter homepage: https://rive.app