Skip to content

Commit 1559ee1

Browse files
committed
Bump version to 2.8.1
1 parent 39be3ac commit 1559ee1

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Adds description label side margins property
66

7+
## Version 2.8.1
8+
9+
* Fixes import statement to support swift installation
10+
711
## Version 2.8.0
812

913
* Adds rotation support

EAIntroView.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'EAIntroView'
4-
s.version = '2.8.0'
4+
s.version = '2.8.1'
55
s.summary = 'Highly customizable drop-in solution for introduction views.'
66
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
77
s.homepage = 'https://github.com/ealeksandrov/EAIntroView'

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- EAIntroView (2.8.0):
2+
- EAIntroView (2.8.1):
33
- EARestrictedScrollView (~> 0.2.0)
44
- EARestrictedScrollView (0.2.0)
55
- Expecta (1.0.5)
@@ -27,7 +27,7 @@ EXTERNAL SOURCES:
2727
:path: "../"
2828

2929
SPEC CHECKSUMS:
30-
EAIntroView: f602b9e04b707870361655fdaa7e3798d8ffb53c
30+
EAIntroView: 73abfa89caa311f450af876421d950b96679e845
3131
EARestrictedScrollView: f86d61e16c61d3e93c84f8e96e83122a2a3b7631
3232
Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe
3333
Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba

Example/Pods/Local Podspecs/EAIntroView.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/EAIntroView/Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)