Skip to content

Commit 68bc18f

Browse files
authored
Add topics (#67)
1 parent c0c3a1b commit 68bc18f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.5.4
2+
* Add `topics` to pubspec.
3+
14
# 0.5.3
25
* Migrate to Flutter 3.0
36
* Added Linux desktop support.

pubspec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
name: webcrypto
16-
version: 0.5.3
16+
version: 0.5.4
1717
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
1818
repository: https://github.com/google/webcrypto.dart
1919

@@ -55,3 +55,5 @@ flutter:
5555
pluginClass: WebcryptoPlugin
5656
linux:
5757
pluginClass: WebcryptoPlugin
58+
topics:
59+
- crypto

0 commit comments

Comments
 (0)