Skip to content

Commit

Permalink
Use semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
gestrich committed Sep 20, 2022
1 parent 517b50f commit e06f5a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/gestrich/SwiftRestTools.git", .revision("d922571863d5b0d72cb33bf99de6dc5e3665e064")),
.package(url: "https://github.com/gestrich/SwiftRestTools.git", .upToNextMajor(from: "0.1.0")),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down
1 change: 0 additions & 1 deletion Sources/JiraSwift/Jira Models/IssueFilter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
//

import Foundation
import swift_utilities

public struct IssueFilter {
public var assignee: String?
Expand Down

0 comments on commit e06f5a3

Please sign in to comment.