Skip to content

Commit

Permalink
Prepare Version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed Jul 31, 2023
1 parent 1ad52cd commit 712e2da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Publish package
uses: k-paxian/dart-package-publisher@v1.2
uses: k-paxian/dart-package-publisher@v1.6
with:
accessToken: ${{ secrets.GOOGLE_OAUTH_ACCESS_TOKEN }}
refreshToken: ${{ secrets.GOOGLE_OAUTH_REFRESH_TOKEN }}
refreshToken: ${{ secrets.GOOGLE_OAUTH_REFRESH_TOKEN }}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repository: https://github.com/konstantinullrich/crypton
issue_tracker: https://github.com/konstantinullrich/crypton/issues

environment:
sdk: '>=2.14.0 <4.0.0'
sdk: '>=2.18.0 <4.0.0'

dependencies:
pointycastle: ^3.7.3
Expand Down

0 comments on commit 712e2da

Please sign in to comment.