Skip to content

Commit 712e2da

Browse files
Prepare Version 2.2.0
1 parent 1ad52cd commit 712e2da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Publish package
18-
uses: k-paxian/dart-package-publisher@v1.2
18+
uses: k-paxian/dart-package-publisher@v1.6
1919
with:
2020
accessToken: ${{ secrets.GOOGLE_OAUTH_ACCESS_TOKEN }}
21-
refreshToken: ${{ secrets.GOOGLE_OAUTH_REFRESH_TOKEN }}
21+
refreshToken: ${{ secrets.GOOGLE_OAUTH_REFRESH_TOKEN }}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/konstantinullrich/crypton
66
issue_tracker: https://github.com/konstantinullrich/crypton/issues
77

88
environment:
9-
sdk: '>=2.14.0 <4.0.0'
9+
sdk: '>=2.18.0 <4.0.0'
1010

1111
dependencies:
1212
pointycastle: ^3.7.3

0 commit comments

Comments
 (0)