Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Bump version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Apr 16, 2019
1 parent 122d187 commit 320bf14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog

- please enter new entries in format
- please enter new entries in format to **master** section

```
- <description> (#<PR_number>, kudos to @<author>)
```

## master

## 4.0 beta 2

- move location permission request out of _ReactiveLocation_ (#22, kudos to @olejnjak)
- add single location producer that returns `nil` if timeout occurs (#23, kudos to @olejnjak)

Expand Down
2 changes: 1 addition & 1 deletion ReactiveLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ReactiveLocation'
s.version = '4.0-beta.1'
s.version = '4.0-beta.2'
s.summary = 'Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa'
s.description = <<-DESC
Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa. With support of requestim permissions and obtaiining user's location. Heading, Regions and Visits.
Expand Down

0 comments on commit 320bf14

Please sign in to comment.