Skip to content

Commit 8a37e2a

Browse files
authored
Merge pull request #11 from nimblehq/chore/10-bump-version-to-1.1.1
2 parents af13695 + dc25e20 commit 8a37e2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

JSONAPIMapper.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'JSONAPIMapper'
33
spec.summary = 'A Swift library for mapping JSON data'
4-
spec.version = '1.1.0'
4+
spec.version = '1.1.1'
55
spec.license = { :type => 'MIT' }
66
spec.homepage = 'https://github.com/nimblehq/JSONMapper'
77
spec.authors = { 'Nimble' => 'dev@nimblehq.co' }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Once you have your Swift package set up, adding Alamofire as a dependency is as
1212

1313
```swift
1414
dependencies: [
15-
.package(url: "https://github.com/nimblehq/JSONMapper.git", .upToNextMajor(from: "1.1.0"))
15+
.package(url: "https://github.com/nimblehq/JSONMapper.git", from: "1.1.1")
1616
]
1717
```
1818

@@ -21,7 +21,7 @@ dependencies: [
2121
JSONAPIMapper can be added to your project using CocoaPods 0.36 or later by adding the following line to your Podfile:
2222

2323
```ruby
24-
pod 'JSONAPIMapper', '~> 1.1' (check releases to make sure this is the latest version)
24+
pod 'JSONAPIMapper', '1.1.1'
2525
```
2626

2727
## License

0 commit comments

Comments
 (0)