Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed May 23, 2021
1 parent 3e46361 commit 965adf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Ombi/Core/RequestManager.swift
Expand Up @@ -372,7 +372,7 @@ open class RequestManager {
return "\(osName) \(versionString)"
}()

let ombiTag = "Ombi/1.0.1"
let ombiTag = "Ombi/1.0.2"

return .init(host + "/" + version + " (" + identifier + ";" + "build:" + build + ";" + " " + os + ")" + " " + ombiTag)
}
Expand Down
2 changes: 1 addition & 1 deletion gen-docs.sh
Expand Up @@ -6,7 +6,7 @@ jazzy \
--swift-build-tool spm \
--build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 \
--module Ombi \
--module-version 1.0.1 \
--module-version 1.0.2 \
--github_url https://www.github.com/vsanthanam/Ombi \
--root-url https://docs.ombi.network \
--output Documentation \

0 comments on commit 965adf3

Please sign in to comment.