We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf40501 commit 319bedeCopy full SHA for 319bede
pkgs/native_assets_cli/CHANGELOG.md
@@ -1,3 +1,3 @@
1
-## 0.1.0-dev
+## 0.1.0
2
3
- Initial version.
pkgs/native_assets_cli/pubspec.yaml
@@ -2,11 +2,11 @@ name: native_assets_cli
description: >-
A library that contains the argument and file formats for implementing a
4
native assets CLI.
5
-version: 0.1.0-dev
+version: 0.1.0
6
repository: https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
7
8
environment:
9
- sdk: ">=3.0.0 <4.0.0"
+ sdk: '>=3.0.0 <4.0.0'
10
11
dependencies:
12
cli_config: ^0.1.1
0 commit comments