Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Sep 8, 2022
1 parent ad378e5 commit 5e14341
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

### [0.1.1](https://github.com/vzhd1701/MarkersExtractor/compare/0.1.0...0.1.1) (2022-09-08)


### Bug Fixes

* create done.txt file instead of .done ([ad378e5](https://github.com/vzhd1701/MarkersExtractor/commit/ad378e52b836de0dbb2534128e890ab71d724002))

## 0.1.0 (2022-09-07)


Expand Down
2 changes: 1 addition & 1 deletion Sources/markers-extractor-cli/MarkersExtractorCLI.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import MarkersExtractor
struct MarkersExtractorCLI: ParsableCommand {
static var configuration = CommandConfiguration(
abstract: "Tool to extract markers from FCPXML(D).",
version: "0.1.0"
version: "0.1.1"
)

@Option(
Expand Down

0 comments on commit 5e14341

Please sign in to comment.