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 8ddce66 commit 32d333dCopy full SHA for 32d333d
.gitignore
@@ -29,4 +29,5 @@ apk/
29
.DS_Store
30
Thumbs.db
31
output/
32
-apk/
+apk/
33
+.dart_tool/
cmd/root.go
@@ -8,7 +8,7 @@ import (
8
"github.com/spf13/cobra"
9
)
10
11
-const Version = "1.0.0"
+const Version = "0.9.3"
12
13
// CLIConfig holds CLI options passed via flags
14
type CLIConfig struct {
0 commit comments