Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Oct 1, 2019
1 parent 6aae01b commit b38a385
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion EGOGradientView.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/EGOGradientView.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sources/EGOGradientView.m
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b38a385

Please sign in to comment.