Skip to content

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Apr 24, 2024
1 parent a2fc708 commit e845fad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MarkersExtractor Change Log

## 0.3.5
## [0.3.5](https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.5) (2024-04-24)

### New Features

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Marker metadata extraction and conversion tool and library for Final Cut Pro.

### Pre-Compiled Binary (Recommended)

Download the latest release of the CLI universal binary [here](https://github.com/TheAcharya/MarkersExtractor/releases/download/0.3.4/markers-extractor-cli-0.3.4.zip).
Download the latest release of the CLI universal binary [here](https://github.com/TheAcharya/MarkersExtractor/releases/download/0.3.5/markers-extractor-cli-0.3.5.zip).

### With [Homebrew](https://brew.sh/)

Expand All @@ -73,7 +73,7 @@ $ brew uninstall --cask markers-extractor
### Compiled From Source

```shell
VERSION=0.3.4 # replace this with the git tag of the version you need
VERSION=0.3.5 # replace this with the git tag of the version you need
git clone https://github.com/TheAcharya/MarkersExtractor.git
cd MarkersExtractor
git checkout "tags/$VERSION"
Expand Down Expand Up @@ -349,7 +349,7 @@ To use this package in a Swift Package Manager (SPM) package, add it as a depend
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/TheAcharya/MarkersExtractor.git", from: "0.3.4")
.package(url: "https://github.com/TheAcharya/MarkersExtractor.git", from: "0.3.5")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/MarkersExtractor/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

/// Static CLI version number stored in its own file to allow for easier modification by automated
/// build tools.
public let packageVersion = "0.3.4"
public let packageVersion = "0.3.5"

0 comments on commit e845fad

Please sign in to comment.