From 02cb8cea6483d4270b0f3c3ba045603ecd391c18 Mon Sep 17 00:00:00 2001 From: Cruz Date: Sun, 7 Jul 2019 13:45:29 +0900 Subject: [PATCH] Bumping version to 0.3.0 --- Comets.podspec | 2 +- Comets/Info.plist | 2 +- CometsTests/Info.plist | 2 +- README.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Comets.podspec b/Comets.podspec index 8a7bec5..9747e27 100644 --- a/Comets.podspec +++ b/Comets.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Comets' - s.version = '0.2.1' + s.version = '0.3.0' s.summary = '☄️Comets: Animating Particles in Swift' # This description is used to generate tags and improve search results. diff --git a/Comets/Info.plist b/Comets/Info.plist index 5a25b4d..6218651 100644 --- a/Comets/Info.plist +++ b/Comets/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/CometsTests/Info.plist b/CometsTests/Info.plist index 4903df3..14f8bbd 100644 --- a/CometsTests/Info.plist +++ b/CometsTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.2.1 + 0.3.0 CFBundleVersion 1 diff --git a/README.md b/README.md index 85baad9..6495d54 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Comets ☄️ Comets: Animating Particles in Swift -![Swift](https://img.shields.io/badge/Swift-4.2-orange.svg) +![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg) [![Version](https://img.shields.io/cocoapods/v/Comets.svg?style=flat)](http://cocoapods.org/pods/Comets) [![License](https://img.shields.io/cocoapods/l/Comets.svg?style=flat)](http://cocoapods.org/pods/Comets) [![Platform](https://img.shields.io/cocoapods/p/Comets.svg?style=flat)](http://cocoapods.org/pods/Comets) @@ -50,7 +50,7 @@ for comet in comets { ![comet.gif](README/Comets.gif) ## Requirements -Comets is written in Xcode 10, Swift 4.2, iOS 9.0 Required +Comets is written in Xcode 10, Swift 5.0, iOS 9.0 Required ## 📲 Installation Comets is available through [Cocoapods](http://cocoapods.org) or [Carthage](https://github.com/Carthage/Carthage). @@ -62,7 +62,7 @@ pod "Comets" ### Carthage ``` -github "cruisediary/Comets" ~> 0.2.1 +github "cruisediary/Comets" ~> 0.3.0 ``` ## ❤️ Contribution