Skip to content

Commit

Permalink
Bumping version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed Jul 7, 2019
1 parent 3f551a8 commit 02cb8ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Comets.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Comets/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>0.2.1</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CometsTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.3.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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).
Expand All @@ -62,7 +62,7 @@ pod "Comets"

### Carthage
```
github "cruisediary/Comets" ~> 0.2.1
github "cruisediary/Comets" ~> 0.3.0
```

## ❤️ Contribution
Expand Down

0 comments on commit 02cb8ce

Please sign in to comment.