From 1b50c51e029ad8672c1f3ffcafa0e78c08f5aa9c Mon Sep 17 00:00:00 2001 From: ShevaKuilin Date: Mon, 16 Sep 2019 14:06:34 +0800 Subject: [PATCH] [UPDATE] 0.0.6 --- README.md | 2 +- SKAutoScrollLabel.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52c1e10..eacfe57 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![](https://img.shields.io/badge/platform-iOS-green.svg) ![](https://img.shields.io/badge/pod-v1.6.0.beta.1-blue.svg) ![](https://img.shields.io/badge/language-ObjectiveC-purple.svg) -![](https://img.shields.io/badge/version-v0.0.5-red.svg) +![](https://img.shields.io/badge/version-v0.0.6-red.svg) Automatically scrolling UILabel with both horizontal/vertical MARQUEE effects and gradient gradients on the edges.Gradient fading is used on the edge of the scroll to solve the problem of the hard edges of the rolling edge. The overall effect is a natural and easy to use. diff --git a/SKAutoScrollLabel.podspec b/SKAutoScrollLabel.podspec index 153ac16..4f33081 100644 --- a/SKAutoScrollLabel.podspec +++ b/SKAutoScrollLabel.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SKAutoScrollLabel" - s.version = "0.0.5" + s.version = "0.0.6" s.summary = "水平/垂直跑马灯" s.description = <<-DESC Automatically scrolling UILabel with both horizontal/vertical MARQUEE effects and gradient gradients on the edges