Skip to content

Commit 3505352

Browse files
Albert Devesa Trisconbobgodwinx
Albert Devesa Triscon
authored andcommitted
Bump version to 1.4
1 parent c1d5603 commit 3505352

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source 'https://github.com/CocoaPods/Specs.git'
3939
platform :ios, '9.0'
4040
use_frameworks!
4141

42-
pod 'RxCoreLocation', '~> 1.3.1'
42+
pod 'RxCoreLocation', '~> 1.4'
4343
```
4444

4545
Then, run the following command:
@@ -62,7 +62,7 @@ $ brew install carthage
6262
To integrate RxCoreLocation into your Xcode project using Carthage, specify it in your `Cartfile`:
6363

6464
```ogdl
65-
github "RxSwiftCommunity/RxCoreLocation" ~> 1.3.1
65+
github "RxSwiftCommunity/RxCoreLocation" ~> 1.4
6666
```
6767
### Swift Package Manager
6868

@@ -74,7 +74,7 @@ import PackageDescription
7474
let package = Package(
7575
name: "HelloRxCoreLocation",
7676
dependencies: [
77-
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.3.1")
77+
.Package(url: "https://github.com/RxSwiftCommunity/RxCoreLocation.git", "1.4")
7878
]
7979
)
8080
```

RxCoreLocation.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'RxCoreLocation'
3-
s.version = '1.3.4'
3+
s.version = '1.4.0'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'RxCoreLocation abstract the Rx behavior for Core Location'
66
s.homepage = 'http://github.com/RxSwiftCommunity/RxCoreLocation'

0 commit comments

Comments
 (0)