Skip to content

Commit

Permalink
Merge pull request #168 from scribd/stephane/bump_to_1.1.0
Browse files Browse the repository at this point in the history
Update weaver version to 1.1.0
  • Loading branch information
Stephane Magne authored Jun 8, 2022
2 parents 8bbe8fd + 12ac72b commit eaba49a
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.0.9
/// This file is generated by Weaver 1.1.0
/// 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.0.9
/// This file is generated by Weaver 1.1.0
/// DO NOT EDIT!

@objc final class MainDependencyContainer: NSObject {
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.0.9"
private let version = "1.1.0"

// MARK: - Linker

Expand Down

0 comments on commit eaba49a

Please sign in to comment.