Skip to content

Commit 6f787ee

Browse files
committed
Bumped version to 0.2.0
1 parent 99b35c8 commit 6f787ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Nimble.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Nimble"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.summary = "A Matcher Framework for Swift and Objective-C"
55
s.description = <<-DESC
66
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.author = "Quick Contributors"
1111
s.ios.deployment_target = "8.0"
1212
s.osx.deployment_target = "10.10"
13-
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v0.1.0" }
13+
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v0.2.0" }
1414

1515
s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"
1616
s.framework = "XCTest"

0 commit comments

Comments
 (0)