Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daisuke310vvv committed Apr 3, 2018
1 parent 422194d commit 4adc33b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ContractSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ContractSwift"
s.version = "0.1.1"
s.version = "0.1.2"
s.license = { :type => "MIT", :file => "LICENSE" }
s.homepage = "https://github.com/daisuke310vvv/ContractSwift"
s.author = { "daisuke309vvv" => "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion Sources/ContractSwift/ContractSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

struct ContractSwift {
static let version = "0.1.0"
static let version = "0.1.2"
static let resourceFileName = "Contract.generated.swift"
}

0 comments on commit 4adc33b

Please sign in to comment.