Skip to content

Commit

Permalink
Bump version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ealeksandrov committed Nov 10, 2020
1 parent f714ded commit facd226
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 26 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Upcoming



## Version 2.13.0

* Adds explicit mention of `self` in block ([#218](https://github.com/ealeksandrov/EAIntroView/pull/218))
* Adds `attributedDesc` property to pages ([#220](https://github.com/ealeksandrov/EAIntroView/pull/220))

## Version 2.12.0
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'EAIntroView'
s.version = '2.12.0'
s.version = '2.13.0'
s.summary = 'Highly customizable drop-in solution for introduction views.'
s.screenshot = 'https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png'
s.homepage = 'https://github.com/ealeksandrov/EAIntroView'
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroPage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroPage.h
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT.

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroPage.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroPage.m
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT.

#import "EAIntroPage.h"

Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroView.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroView.h
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>
#import <EARestrictedScrollView/EARestrictedScrollView.h>
Expand Down
2 changes: 1 addition & 1 deletion EAIntroView/EAIntroView.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// EAIntroView.m
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.
// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT.

#import "EAIntroView.h"
#import "EARestrictedScrollView.h"
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- EAIntroView (2.12.0):
- EAIntroView (2.13.0):
- EARestrictedScrollView (~> 1.1.0)
- EARestrictedScrollView (1.1.0)
- SMPageControl (1.2)
Expand All @@ -18,7 +18,7 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
EAIntroView: 249559079ddfdbe80e5bcb755c04c3b964b2ac27
EAIntroView: 9adedfc6b5c3fd3ebe19766da01dae573e6ce053
EARestrictedScrollView: b0c2a3f92fb2610bb44d71c5e4893777c89e45ef
SMPageControl: 922892813001cfaf059e86e6801f46a967e9ee29

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/EAIntroView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Example/Source/AppDelegate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// AppDelegate.h
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>

Expand Down
2 changes: 0 additions & 2 deletions Example/Source/AppDelegate.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// AppDelegate.m
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.

#import "AppDelegate.h"
#import "ViewController.h"
Expand Down
2 changes: 0 additions & 2 deletions Example/Source/ViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// ViewController.h
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.

#import <UIKit/UIKit.h>

Expand Down
2 changes: 0 additions & 2 deletions Example/Source/ViewController.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//
// ViewController.m
//
// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT.

#import <EAIntroView/EAIntroView.h>
#import <SMPageControl/SMPageControl.h>
Expand Down
4 changes: 2 additions & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2013-2017 Evgeny Aleksandrov
Copyright (c) 2013-2020 Evgeny Aleksandrov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Since 1.3.0 `EAIntroView` supports init from IB. Since 2.0.0 `EAIntroPage` suppo
## Author
Created and maintained by Evgeny Aleksandrov ([@EAleksandrov](https://twitter.com/EAleksandrov)).
Created and maintained by Evgeny Aleksandrov ([@ealeksandrov](https://twitter.com/ealeksandrov)).
## License
Expand Down

0 comments on commit facd226

Please sign in to comment.