Skip to content

Commit

Permalink
Bump version to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Nov 18, 2021
1 parent b17bd61 commit b53c325
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.

## Version 1.2.5
**2021-11-18**

- Add support to tvOS
- Adjustment and correction of public methods

## Version 1.1.5
**2021-10-11**

Expand Down
2 changes: 1 addition & 1 deletion DataLife.podspec
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'DataLife'
s.version = '1.1.5'
s.version = '1.2.5'
s.summary = 'DataLife is an observable data storage class'
s.homepage = 'https://github.com/heroesofcode/DataLife.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -74,7 +74,7 @@ import DataLife

```swift
dependencies: [
.package(url: "https://github.com/joaolfp/DataLife.git", .upToNextMajor(from: "1.1.5"))
.package(url: "https://github.com/joaolfp/DataLife.git", .upToNextMajor(from: "1.2.5"))
]
```
</details>
Expand Down

0 comments on commit b53c325

Please sign in to comment.