Skip to content

Commit 8f0d7a9

Browse files
committed
Verison 2.3.0
1 parent bdbba31 commit 8f0d7a9

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0
1+
4.0

GradientView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'GradientView'
3-
spec.version = '2.2.0'
3+
spec.version = '2.3.0'
44
spec.authors = {'Sam Soffes' => 'sam@soff.es'}
55
spec.homepage = 'https://github.com/soffes/GradientView'
66
spec.summary = 'Easily use gradients in UIKit.'

GradientView/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Readme.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
Easily use gradients in UIKit. Gradient View is a simple UIView wrapper around CGGradient.
44

5-
[![Version](https://img.shields.io/github/release/soffes/GradientView.svg)](https://github.com/soffes/GradientView/releases) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![CocoaPods compatible](https://img.shields.io/cocoapods/v/GradientView.svg)](https://cocoapods.org/pods/GradientView)
5+
[![Version](https://img.shields.io/github/release/soffes/GradientView.svg)](https://github.com/soffes/GradientView/releases)
6+
![Swift Version](https://img.shields.io/badge/swift-4.0-orange.svg)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
8+
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/GradientView.svg)](https://cocoapods.org/pods/GradientView)
69

710

811
## Usage

0 commit comments

Comments
 (0)