From facd226df913c640c777454e4d08be8dc93292fc Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Tue, 10 Nov 2020 15:10:06 +0300 Subject: [PATCH] Bump version to 2.13.0 --- CHANGELOG.md | 5 +++++ EAIntroView.podspec | 2 +- EAIntroView/EAIntroPage.h | 2 +- EAIntroView/EAIntroPage.m | 2 +- EAIntroView/EAIntroView.h | 2 +- EAIntroView/EAIntroView.m | 2 +- Example/Podfile.lock | 4 ++-- Example/Pods/Local Podspecs/EAIntroView.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 4 ++-- .../Target Support Files/EAIntroView/EAIntroView-Info.plist | 2 +- .../Pods-EAIntroView-acknowledgements.markdown | 3 ++- .../Pods-EAIntroView/Pods-EAIntroView-acknowledgements.plist | 5 +++-- Example/Source/AppDelegate.h | 2 -- Example/Source/AppDelegate.m | 2 -- Example/Source/ViewController.h | 2 -- Example/Source/ViewController.m | 2 -- LICENSE.md | 4 ++-- README.md | 2 +- 18 files changed, 25 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3cd96..1a93b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/EAIntroView.podspec b/EAIntroView.podspec index bf0c0b5..ea47b93 100644 --- a/EAIntroView.podspec +++ b/EAIntroView.podspec @@ -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' diff --git a/EAIntroView/EAIntroPage.h b/EAIntroView/EAIntroPage.h index 5079b57..8d43ca3 100644 --- a/EAIntroView/EAIntroPage.h +++ b/EAIntroView/EAIntroPage.h @@ -1,7 +1,7 @@ // // EAIntroPage.h // -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. +// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT. #import #import diff --git a/EAIntroView/EAIntroPage.m b/EAIntroView/EAIntroPage.m index 12afe08..f12e572 100644 --- a/EAIntroView/EAIntroPage.m +++ b/EAIntroView/EAIntroPage.m @@ -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" diff --git a/EAIntroView/EAIntroView.h b/EAIntroView/EAIntroView.h index 0b1d1ac..790d195 100644 --- a/EAIntroView/EAIntroView.h +++ b/EAIntroView/EAIntroView.h @@ -1,7 +1,7 @@ // // EAIntroView.h // -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. +// Copyright (c) 2013-2020 Evgeny Aleksandrov. License: MIT. #import #import diff --git a/EAIntroView/EAIntroView.m b/EAIntroView/EAIntroView.m index 5ce89ee..c5b1767 100644 --- a/EAIntroView/EAIntroView.m +++ b/EAIntroView/EAIntroView.m @@ -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" diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 1a9183d..8aea6a1 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - EAIntroView (2.12.0): + - EAIntroView (2.13.0): - EARestrictedScrollView (~> 1.1.0) - EARestrictedScrollView (1.1.0) - SMPageControl (1.2) @@ -18,7 +18,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EAIntroView: 249559079ddfdbe80e5bcb755c04c3b964b2ac27 + EAIntroView: 9adedfc6b5c3fd3ebe19766da01dae573e6ce053 EARestrictedScrollView: b0c2a3f92fb2610bb44d71c5e4893777c89e45ef SMPageControl: 922892813001cfaf059e86e6801f46a967e9ee29 diff --git a/Example/Pods/Local Podspecs/EAIntroView.podspec.json b/Example/Pods/Local Podspecs/EAIntroView.podspec.json index b5376e4..f97c083 100644 --- a/Example/Pods/Local Podspecs/EAIntroView.podspec.json +++ b/Example/Pods/Local Podspecs/EAIntroView.podspec.json @@ -1,6 +1,6 @@ { "name": "EAIntroView", - "version": "2.12.0", + "version": "2.13.0", "summary": "Highly customizable drop-in solution for introduction views.", "screenshots": "https://raw.githubusercontent.com/ealeksandrov/EAIntroView/master/Screenshot01.png", "homepage": "https://github.com/ealeksandrov/EAIntroView", @@ -17,7 +17,7 @@ }, "source": { "git": "https://github.com/ealeksandrov/EAIntroView.git", - "tag": "2.12.0" + "tag": "2.13.0" }, "source_files": "EAIntroView/EAIntro{Page,View}.{h,m}", "requires_arc": true, diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 1a9183d..8aea6a1 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - EAIntroView (2.12.0): + - EAIntroView (2.13.0): - EARestrictedScrollView (~> 1.1.0) - EARestrictedScrollView (1.1.0) - SMPageControl (1.2) @@ -18,7 +18,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - EAIntroView: 249559079ddfdbe80e5bcb755c04c3b964b2ac27 + EAIntroView: 9adedfc6b5c3fd3ebe19766da01dae573e6ce053 EARestrictedScrollView: b0c2a3f92fb2610bb44d71c5e4893777c89e45ef SMPageControl: 922892813001cfaf059e86e6801f46a967e9ee29 diff --git a/Example/Pods/Target Support Files/EAIntroView/EAIntroView-Info.plist b/Example/Pods/Target Support Files/EAIntroView/EAIntroView-Info.plist index 81f087f..239f515 100644 --- a/Example/Pods/Target Support Files/EAIntroView/EAIntroView-Info.plist +++ b/Example/Pods/Target Support Files/EAIntroView/EAIntroView-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.12.0 + 2.13.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.markdown index dd976f5..74548d1 100644 --- a/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.markdown @@ -5,7 +5,7 @@ This application makes use of the following third party libraries: 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 @@ -25,6 +25,7 @@ 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. + ## EARestrictedScrollView Copyright (c) 2015-2016 Evgeny Aleksandrov diff --git a/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.plist index 831aa37..0ea2347 100644 --- a/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-EAIntroView/Pods-EAIntroView-acknowledgements.plist @@ -16,7 +16,7 @@ FooterText 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 @@ -34,7 +34,8 @@ 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. + License MIT Title diff --git a/Example/Source/AppDelegate.h b/Example/Source/AppDelegate.h index 00d8311..8da44c6 100644 --- a/Example/Source/AppDelegate.h +++ b/Example/Source/AppDelegate.h @@ -1,7 +1,5 @@ // // AppDelegate.h -// -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. #import diff --git a/Example/Source/AppDelegate.m b/Example/Source/AppDelegate.m index b3b7a6b..95e2e04 100644 --- a/Example/Source/AppDelegate.m +++ b/Example/Source/AppDelegate.m @@ -1,7 +1,5 @@ // // AppDelegate.m -// -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. #import "AppDelegate.h" #import "ViewController.h" diff --git a/Example/Source/ViewController.h b/Example/Source/ViewController.h index af5eec4..7793533 100644 --- a/Example/Source/ViewController.h +++ b/Example/Source/ViewController.h @@ -1,7 +1,5 @@ // // ViewController.h -// -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. #import diff --git a/Example/Source/ViewController.m b/Example/Source/ViewController.m index 94a7c2d..b7ed191 100644 --- a/Example/Source/ViewController.m +++ b/Example/Source/ViewController.m @@ -1,7 +1,5 @@ // // ViewController.m -// -// Copyright (c) 2013-2017 Evgeny Aleksandrov. License: MIT. #import #import diff --git a/LICENSE.md b/LICENSE.md index 70c1e4b..0fed074 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 @@ -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. \ No newline at end of file +THE SOFTWARE. diff --git a/README.md b/README.md index dc7928d..f134471 100644 --- a/README.md +++ b/README.md @@ -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