Skip to content

Commit a8a0de1

Browse files
committed
Bump version to 1.3.1
1 parent 3d6df14 commit a8a0de1

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
44
All notable changes to this project will be documented in this file.
55

6+
## Version 1.3.1
7+
**2021-11-01**
8+
9+
- Add support to tvOS
10+
611
## Version 1.2.1
712
**2021-10-14**
813

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ import ViewState
7373

7474
```swift
7575
dependencies: [
76-
.package(url: "https://github.com/joaolfp/ViewState.git", .upToNextMajor(from: "1.2.1"))
76+
.package(url: "https://github.com/joaolfp/ViewState.git", .upToNextMajor(from: "1.3.1"))
7777
]
7878
```
7979

ViewStateKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
66
Pod::Spec.new do |s|
77
s.name = 'ViewStateKit'
8-
s.version = '1.2.1'
8+
s.version = '1.3.1'
99
s.summary = 'A View State library for Swift, it returns the results for each state'
1010
s.homepage = 'https://github.com/heroesofcode/ViewState'
1111
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)