Skip to content

Commit

Permalink
Update Weaver version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Magne committed Nov 8, 2022
1 parent 2f16809 commit 9b2570e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sample/API/Generated/Weaver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import UIKit

// swiftlint:disable all
/// This file is generated by Weaver 1.1.3
/// This file is generated by Weaver 1.1.4
/// DO NOT EDIT!

final class MainDependencyContainer {
Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample/Generated/Weaver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
import UIKit

// swiftlint:disable all
/// This file is generated by Weaver 1.1.3
/// This file is generated by Weaver 1.1.4
/// DO NOT EDIT!

@objc(SampleIOSMainDependencyContainer)
Expand Down
2 changes: 1 addition & 1 deletion Sources/WeaverCommand/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Darwin
import PathKit
import Rainbow

private let version = "1.1.3"
private let version = "1.1.4"

// MARK: - Linker

Expand Down

0 comments on commit 9b2570e

Please sign in to comment.