Skip to content

Commit

Permalink
Merge pull request #12 from Ryu0118/release/0.1.0
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
Ryu0118 authored Sep 9, 2023
2 parents 046a81d + 086525e commit e8c8f87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COMMAND_NAME = dgraph
BINARY_PATH = ./.build/release/$(COMMAND_NAME)
VERSION = 0.0.1
VERSION = 0.1.0

.PHONY: release
release:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLI tool to output mermaid diagrams of module dependencies for multi-modularized
## Installation
#### Mint
```
Ryu0118/swift-dependencies-graph@0.0.2
Ryu0118/swift-dependencies-graph@0.1.0
```

#### Homebrew
Expand All @@ -19,13 +19,14 @@ $ brew upgrade Ryu0118/dgraph/dgraph

## Usage
```
USAGE: dgraph <project-path> [--add-to-readme]
USAGE: dgraph <project-path> [--add-to-readme] [--include-product]
ARGUMENTS:
<project-path> Project root directory
OPTIONS:
--add-to-readme Add Mermaid diagram to README
--include-product Include .product(name:package:)
-h, --help Show help information.
```

Expand Down

0 comments on commit e8c8f87

Please sign in to comment.