Skip to content

Commit f48e162

Browse files
committed
Bump version to 0.3.1
1 parent 00fbb4b commit f48e162

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
- Fix help text examples to use correct `zeplin-cli` binary name
6+
37
## 0.3.0
48

59
- Reorder interactive project menu by logical grouping (screens, design tokens, components, team)

Sources/ZeplinCLI/CLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public struct Zeplin: ParsableCommand {
4141
DOCUMENTATION
4242
https://docs.zeplin.dev/reference/introduction
4343
""",
44-
version: "0.3.0",
44+
version: "0.3.1",
4545
subcommands: [
4646
InteractiveCommand.self,
4747
AuthCommand.self,

0 commit comments

Comments
 (0)