diff --git a/EGOGradientView.podspec b/EGOGradientView.podspec index 0a03446..1ff8ab6 100644 --- a/EGOGradientView.podspec +++ b/EGOGradientView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "EGOGradientView" - s.version = "2.0.0" + s.version = "2.0.1" s.summary = "CAGradientLayer backed UIView, with pass-through properties" s.homepage = "https://github.com/enormego/EGOGradientView" s.license = "MIT" diff --git a/Info.plist b/Info.plist index dd8a14a..6e67d0b 100644 --- a/Info.plist +++ b/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 2.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/LICENSE b/LICENSE index aab4898..2d50d78 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Enormego +Copyright (c) 2014-2019 Enormego Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.markdown b/README.markdown index 8308fbb..7bcb3af 100644 --- a/README.markdown +++ b/README.markdown @@ -7,13 +7,13 @@ EGOGradientView is CAGradientLayer backed UIView that enables you to use gradien ### Carthage ``` -github "enormego/EGOGradientView" ~> 2.0.0 +github "enormego/EGOGradientView" ~> 2.0.1 ``` ### CocoaPods ``` -pod 'EGOGradientView', '~> 2.0.0' +pod 'EGOGradientView', '~> 2.0.1' ``` ### Without a dependency manager @@ -22,7 +22,7 @@ Drag `EGOGradientView.h` and `EGOGradientView.m` into your project. ## License -Copyright (c) 2009-2018 enormego +Copyright (c) 2009-2019 enormego Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/EGOGradientView.h b/Sources/EGOGradientView.h index 862c151..9418fb7 100644 --- a/Sources/EGOGradientView.h +++ b/Sources/EGOGradientView.h @@ -3,7 +3,7 @@ // EGOGradientView // // Created by Shaun Harrison on 11/13/09. -// Copyright (c) 2009-2018 enormego +// Copyright (c) 2009-2019 enormego // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal diff --git a/Sources/EGOGradientView.m b/Sources/EGOGradientView.m index 7eb105f..c5d5872 100644 --- a/Sources/EGOGradientView.m +++ b/Sources/EGOGradientView.m @@ -3,7 +3,7 @@ // EGOGradientView // // Created by Shaun Harrison on 11/13/09. -// Copyright (c) 2009 enormego +// Copyright (c) 2009-2019 enormego // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal