Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed May 6, 2024
1 parent 22d39dd commit 49cc9e7
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.6
## [0.3.6](https://github.com/TheAcharya/MarkersExtractor/releases/tag/0.3.6) (2024-05-05)

### New Features

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ sudo rm /usr/local/bin/markers-extractor
### Compiled From Source

```shell
VERSION=0.3.5 # replace this with the git tag of the version you need
VERSION=0.3.6 # 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 @@ -367,7 +367,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.5")
.package(url: "https://github.com/TheAcharya/MarkersExtractor.git", from: "0.3.6")
],
targets: [
.target(
Expand Down
4 changes: 2 additions & 2 deletions Sources/MarkersExtractor/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
// Licensed under MIT License
//

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

0 comments on commit 49cc9e7

Please sign in to comment.